| Thread | Last Post | Replies |
|
| XmlSerializer and multi line strings | 22 Mar 2006 20:37 GMT | 3 |
can somebody tell me how to serialize/deserialize a object containing a multi line string using the XmlSerializer class. One of the both windows linefeed chars get dumped somewhere down the road.
|
| Read XML document from Web Service | 22 Mar 2006 16:49 GMT | 1 |
I am looking for the best way to run different Xpath expressions from a web service, and return the appropriate XML data. The data source that the web service queries is an XML file, that is not very large (less than 2 MB). I can retrieve the entire XML file, but I would like to ...
|
| XmlNodeList - how to find out index of node in original child collection? | 22 Mar 2006 11:24 GMT | 6 |
Given a node, how can one find out its index in the collection of nodes it belongs to? Thanks
|
| XML Schema with unnkown Element names | 22 Mar 2006 10:40 GMT | 2 |
I need to validate a XML document where some of the element names are unnknown. <xs:any processContents="lax"/> or "skip" allows me to do so. But: I want to validate those elements - the only thing unknown is the
|
| for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated? | 22 Mar 2006 09:39 GMT | 1 |
for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated?
|
| Problem deserializing XML data with xsd.exe | 22 Mar 2006 03:41 GMT | 1 |
I'm trying to read an xml config file in C#. To do this, I have used the xsd.exe tool to create an xsd file from my xml, and to generate code to read this xml file. Here is a small sample of my xml file:
|
| Creating, saving pages showing xml docs in various sort orders automatically | 21 Mar 2006 22:11 GMT | 3 |
I can see from http://72.14.203.104/search?q=cache:6f-yXCR3f8kJ:www.readol.net/books/computer/W Eb/XML%2520Programming/xmlproghtml/32ch08b.htm+%22metadata+about+any+entity%22&h l=en&gl=us&ct=clnk&cd=3 how XML is transformed by XSL into a sorted HTML table. That is, the XSL turns the ...
|
| XmlArrayItem not allowed on Root Elements | 21 Mar 2006 16:38 GMT | 2 |
I'm trying to serialize a collection, which is the root element, however the items in the collection contain derived classes, and thus give an error without XmlArrayItem attributes. However I can't add these to the field I'm copying from as its the root element, and so
|
| Deserialization Error | 20 Mar 2006 20:28 GMT | 4 |
I am trying to deserialize a very simply XML file and have the following code to do it. When I run the code, I keep getting this error: "An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll.
|
| Dataset diffgram doesn't set xsi:nil for nullable elements | 20 Mar 2006 15:30 GMT | 3 |
I found a post about this exact issue: http://groups.google.com/group/microsoft.public.dotnet.xml/browse_thread/thread/ 1dfeb38170cb0b1/ea073666a4035bd5?lnk=st&q=decimal+parse+error+loading+dataset&rn um=6&hl=en#ea073666a4035bd5 but it only shows how to correct the issue manually, ...
|
| NULL Value in XML Schema | 20 Mar 2006 02:40 GMT | 4 |
How to define an XML element with no value and no attribute? <X> <Y/> </X>
|
| Problem with reading XML | 17 Mar 2006 10:12 GMT | 5 |
I have a xml file. when i am trying to load through XPathDocument and try to get XPathNodeIterator its not working . my xml is loking like <?xml version="1.0" ?> <?mso-application progid="Excel.Sheet"?>
|
| sql server data to ms word using xml | 17 Mar 2006 08:30 GMT | 2 |
i was given a task to display sql server data in ms word using xml. Im currently doing research to accomplish the task. What i have in mind is to create an xml template (or schema?) to load the sql server data first.Then add the xml template in the ms word add-in option. Is it ...
|
| blank lines screwing up XMLDocument object | 16 Mar 2006 22:13 GMT | 2 |
I have an XMLDocument object that is attempting to parse an xml document generated by a cold fusion page. The problem is that for some reason the cold fusion page is generating a number of carriage returns preceding the XML declaration. This is causing the following error:
|
| creating an instance of a custom control in xslt? | 16 Mar 2006 19:39 GMT | 1 |
I feel like this question has been half-answered on here for me a few times, but I'm looking for a more complete solution. I've got the results of a query being returned in XML and processed with XSLT via XmlDocument and XslTransform in C#. It outputs a web
|