| Thread | Last Post | Replies |
|
| syntax: " or ' ?? (<?xml version="1.0") | 14 May 2004 13:13 GMT | 2 |
I have a simple question regardign the syntax: do I have to need double quotation marks or single qoutation marks in my XML? For exemple:? <?xml version="1.0"
|
| How fill Dataset from XML file? | 14 May 2004 01:55 GMT | 3 |
How do I use an XML file to fill a dataset? Any code examples? XML format: <Server> <Name></Name>
|
| WordML - an XML/XSLT challenge | 13 May 2004 23:56 GMT | 1 |
I have the following table with merge rows as follows: IDNUM IMAGE DESC CODENUM RATING NOTES ---------+-------+-------+------------+---------+--------- R1C1 R1C2 R1C3 R12345C4 R123C5 R12C6
|
| how to get "version" and "encoding" using xmltextwriter | 13 May 2004 22:51 GMT | 2 |
I am trying to use XmlTextWriter. I write the xml data fine, but the file is missing the first line that shows the version and encoding: <?xml version="1.0" encoding="utf-8"?> Can the XmlTextWriter do this?? Thanks.
|
| How can I get XmlNode from XmlTextReader | 13 May 2004 11:39 GMT | 1 |
How can I get XmlNode from XmlTextReader I need something like reader.Value bau instead of string I need the XmlNode object. Does any one know how to do it?
|
| How to skip ? | 13 May 2004 09:15 GMT | 1 |
I'm reading XHTML documents into an XmlDocument object via an XmlTextReader. The problem is that many of the documents use very large numbers of tags for formatting, and it appears that the XmlDocument parses each of these into its own node - which bogs down the load time ...
|
| XSLT from XSD | 13 May 2004 09:13 GMT | 1 |
Is there a way to create a XSLT style sheett from XML document or from XSD schema?
|
| XML Serialization of Top Level Collection Class | 13 May 2004 05:04 GMT | 1 |
I know how to deserialize a collection class that is referenced in a container class as a variable or property using the XmlArray and XmlArrayItem attributes. What I can't for the life of me figure out is how to deserialize a collection class that is the top level element of an xml
|
| Indent xml | 13 May 2004 02:06 GMT | 2 |
Is there a simple way to indent xml with dotnet? SQL Server returns a long xml string that is hard to read.
|
| XMLWriter and XMLDocument | 12 May 2004 22:40 GMT | 2 |
Okay I am using an XMLDocument object to process several thousands of lodgements (from a database) I am trying to output it from an XML Document to a file using the XmlDocument.WriteTo() method with an XmlWriter. It writes 131kB and then cuts out halfway through an element Is this a ...
|
| Newbie question - xpath selectnodes | 12 May 2004 13:44 GMT | 2 |
I am a newbie to xml and xpath. I have a question that I hope someone can help me with. I need to parse an xml file (generated by a Sharepoint list file) in the format below. For example, I need to select all the nodes where the
|
| Reading in an xls data file | 12 May 2004 08:50 GMT | 1 |
Should I not be able to read an XSL file into the XMLDocument to modify it etc? When I do I get Zero items into my collections. Here is the code FileStream myFile = new FileStream("C:\\mystyles\\styles\\sdoc.xsl", System.IO.FileMode.Open, System.IO.FileAccess.Read) StreamReader ...
|
| Xml Problem , Please Help | 12 May 2004 08:19 GMT | 6 |
I have a stored procedure which return an xml by using the (for xml auto/explicit) which working fine under the Query Analyzer . and i would like to build simple function that get the sp name and execute it and return the xml result .
|
| Counting nodes | 12 May 2004 03:36 GMT | 1 |
I know that counting of nodes is not a big deal. But I need to do something where I cant get any solution. Here is how my xml looks like. <?xml version="1.0" encoding="utf-8"?>
|
| XMLNavigator | 11 May 2004 19:32 GMT | 7 |
Is any body know what is the name space for XMLNavigator and DocumentNavigator? Do XMLNavigator and DocumentNavigator obsoleted? If they were, What are the new classes replacable for them? Any help is greatly appreciated. Thanks you all in advance.
|