| Thread | Last Post | Replies |
|
| Q: formatting XmlWriter output ? | 29 Aug 2008 11:52 GMT | 1 |
is it possible to make XmlWriter output with formatting like below ? I have gotten it working mostly (with XmlWriterSetting.Indent=true). However, I can not find a way to make ">" or "/>" into a new line. MS vcproj file seems to be in below format, so it should be possible ?
|
| XSLT query | 27 Aug 2008 13:59 GMT | 2 |
I am using XSLT to transfor XML to HTML. I have an XSLT variable , $PAGELINK. I need to specify this value as an href attribute value of <a> tag. something like <a href = $PAGELINK> Click me for new page </a>. This
|
| Writing a date and time into an xml attribute with the DateTime datatype | 26 Aug 2008 12:07 GMT | 2 |
How do you write date and times into an attribute with a datetime databype? I tried: <NewsArticle Date="2008-05-11 11:20:00 AM"> But the schema generated from the xml file says the Date attribute is a
|
| Help needed with .xsd validation | 26 Aug 2008 02:48 GMT | 5 |
i'm trying to create a .xsd file to validate the XML below(just a small snippet). i've tried a number of things and can come close, but i can't quite get it to do what i want. i'm able to validate the snippet below using .NET with a schema that will make sure that the
|
| Using XMLDocument - a newbie question | 25 Aug 2008 11:43 GMT | 1 |
OK, so I've created and loaded an XMLDocument object. But how do I go about using it? Specifically, how do I: 1) move to the first node (I assume I start on it when I load the XML?) 2) move to the next node (.read?)
|
| XML reader not validating | 23 Aug 2008 12:22 GMT | 1 |
I have written folowing code for xml validation but it is not giving any errors for missing fields. Even if the XML is in wrong format no error is thrown. Here is the code... Public Function validatexml(ByVal xml As String, ByVal operation As Integer) As Integer
|
| Accessing the PSVI value of xs:token types | 22 Aug 2008 02:21 GMT | 4 |
Is there a way to access the PSVI value of xs:token types using C# (.NET Framework 2.0)? This issue has been around for some time (see http://lists.xml.org/archives/xml-dev/200310/msg00382.html). It appears that
|
| LINQ to xml with grouping | 15 Aug 2008 17:36 GMT | 8 |
VS 2008 Pro. I'm writing an html report using LINQ to XML by accesing a datatable that I filled with data. the output is currently like this:
|
| basic xml | 12 Aug 2008 12:05 GMT | 1 |
I'm reading a book and I'm trying to learn the very basic about xml. Can somebody give me an explanation why namespace are used in xml perhaps with a simple example that demonstate the usefulness. //Tony
|
| Trying to parse OpenDocument files (sxw) | 11 Aug 2008 20:24 GMT | 1 |
Iam trying to read in sxw files and generate a preview for it. The problem now is that the file "content.xml" seem to contain a DTD. I do not want to process this DTD because this is a separate file which is not available at this time.
|
| xsi:noNamespaceSchemaLocation Problem | 08 Aug 2008 15:02 GMT | 3 |
I use the following code to create the XML from a class object Dim serialize As New System.Xml.Serialization.XmlSerializer(GetType(XYZObject)) serialize.Serialize(obWtiter, obObject)
|
| xml | 02 Aug 2008 17:53 GMT | 1 |
|
| XmlSerializer: deserialize against xsd generated class | 01 Aug 2008 17:49 GMT | 9 |
I have a schema that has an optional element, fieldTag4000Field. If the element is omitted from the XML request, when it is deserialized, it will be null when I check it - which is fine. What happens when the element is supplied as <fieldTag4000Field/> (empty),
|
| Dotnet Developer looking for project. | 01 Aug 2008 06:48 GMT | 1 |
Hi Greetings looking for dotnet develope project with sharepoint. please let me know how my resume should be like we have to add any more skills. Jagadeesh
|