| Thread | Last Post | Replies |
|
| Invalid XML document generated from WriteXML() on a strongly typed dataset | 18 May 2004 01:11 GMT | 1 |
I've seen that many people have had this exact same problem in the past, but no-one seems to post the answer when (if) they solve it... so here we go again. If I create a strongly typed dataset from an xsd schema I've created in
|
| HTTP Status Codes | 18 May 2004 00:15 GMT | 1 |
What are the appropriate HTTP Status Codes for the following: 1. XML is not well-formed (structure problem).... 2. XML is not valid (as per DTD/XSD/XDR).....missing req'd field, etc I checked out W3C spec and was unable to decide which status codes are best.
|
| Generate attribute instead of element node | 17 May 2004 14:30 GMT | 3 |
how do I generate attribut instead of element name? For example: I want: <car name="Ford"
|
| Array Bounds Exception Inside system.xml.dll | 17 May 2004 03:46 GMT | 4 |
Array Bounds Exception inside system.xml.dll. Test data is a dozen GB (available for the asking on CD). Source code follows. Call into system.xml.dll happens at the while statement.. using System using System.Xml using System.Collections
|
| Writing and Retrieving Configuration from an XML Document in C# | 17 May 2004 02:52 GMT | 1 |
I'm a student and new to the .net framework. What is the best way to save configuration properties (not user specific) for a C# application? I read a few messages talking about using XML to save properties. I read about using app.config, but it seems you have to manually edit the ...
|
| XmlSerializer - public readonly properties not in XML | 17 May 2004 01:44 GMT | 3 |
Hi, I know the MSDN documents etc specify that readonly properties of an object is not included in the XML that is generated - but any idea why? This put some rather severe limitations on how you must implement the
|
| XPath helper upon XmlTextReader | 16 May 2004 23:44 GMT | 4 |
I do like XPath, I really do. But I'm working on the compact framework which XPath is not included. So I come to understanding that if XPath do not come to the mountain, The mountain will come to XPath.
|
| XSLT - MemoryStream - Performance | 16 May 2004 18:02 GMT | 1 |
I am writing thousands of html pages from an MS SQL source using a DataSet and then an XslTransform. I have an interest in making the code run faster as it takes several minutes (sometimes ten minutes) to generate a batch of pages (say two thousand).
|
| I need a parse example... | 16 May 2004 13:14 GMT | 1 |
I have the following xml file, and i need to get the values of <ID>, <HomeID> and <HomeName> in vb.net, i've tried several ways, but i can't get it, can you give me a vb.net example haw i do that? Thanks and sorry for my englis <?xml version="1.0"?><Data><FileName>Details ...
|
| XMLTextWriter -> utf8 string? | 16 May 2004 11:22 GMT | 6 |
I'm trying to generate an XML document within a string. I can do this using the XmlDocument class and it's CreateElement, etc. methods, then at the end I reference the OuterXML property and I've got it. What I'd like to do (for various reasons) is to use an XMLTextWriter instead
|
| Weird Issue XML AppendChild | 16 May 2004 09:03 GMT | 3 |
Can you not append a XmlWhiteSpace node to XmlDocument? See example: using System; using System.Xml;
|
| XPath problem with dateTime strings comparison | 16 May 2004 09:00 GMT | 4 |
I've got an XML file saved from DataSet. One table has datetime column (datatype - xs:dateTime). XML file fragment for example: <Root> <Element>2004-03-15T00:00:00.0000000+01:00</Element>
|
| printing out : | 15 May 2004 11:29 GMT | 1 |
Ok. I am new to the DOM document idea. I previously just created my XML using a textbuilder or string object. Now I am trying to create the XML in a string format, send the XML to another object , and rebuild the DOM inside the object.
|
| XSD.exe and code it generates | 14 May 2004 18:24 GMT | 7 |
I have the following XML snipet: <PROFILEINSPECTION MODIFIED="TRUE"> <PROFILEINSPECTIONID MODIFIED="TRUE">8622</PROFILEINSPECTIONID> </PROFILEINSPECTION>
|
| XML DOM to Stream | 14 May 2004 13:35 GMT | 1 |
(Type your message here) -------------------------------- From: Sean Wegele I would like to get from
|