| Thread | Last Post | Replies |
|
| XMLReader - nodes not found | 15 Aug 2005 01:48 GMT | 1 |
Task: To Read an XML document and handle data contents in .NET for new processing Request: Any details on how to read an XML document processing all nodes and content in .NET
|
| The root element is missing | 13 Aug 2005 18:58 GMT | 3 |
Does anyone know how to solve this error? I dont know where it went wrong. Any help would be appreciated .Thanks ERROR ______
|
| How to Write XML document by reading .XSD File | 13 Aug 2005 01:40 GMT | 2 |
I would like to Write XML document by reading .xsd file using vb.net/c#.net. May be this Question has been answered earlier. Please if anyone knows the link or example let me know.
|
| Line number information in XmlDocument? | 13 Aug 2005 01:02 GMT | 1 |
Is there a way to get line number information from an XmlDocument object? As I work with the various elements in the XmlDocument, I want to be able to refer to the line number.
|
| how would I store the XML | 12 Aug 2005 15:09 GMT | 1 |
I am making multiple web service calls from a single ASPX page, th return from those WS calls are XmlDataDocuments. I am trying to make decision on where I should store the info (i.e., SQL, new xml file stored on web server, in memory Session objects, State Bag, etc.)
|
| Help on XML Explicit | 12 Aug 2005 14:55 GMT | 1 |
Hello, I am starting to work with XML Explicit. I am having problems with the tags and the level they generate in. Can anyone please help me, for I have looked aroung and it seems that I am doing everything fine!!!
|
| ReadXml for DataSet chokes if the root element has an attribute? | 12 Aug 2005 14:41 GMT | 4 |
I have an easy xml document, for example: <pics> <pic name="foo"> <pic name="bar">
|
| Invalid Characters Error calling XmlDocument.Load() when an XML Attribute value contains Chinese Characters | 12 Aug 2005 12:29 GMT | 1 |
I am unable to load an xml document that contains Chinese characters in an attribute value. I need to load the document into and XmlDocument object and am using the XmlDocument.Load(string filename) method. I get an error that says the document contains invalid characters. The
|
| xmlns="" in created elements | 11 Aug 2005 20:19 GMT | 5 |
In the XML document I'm trying to create I do the following elem = _doc.CreateElement("Author"); elem.InnerText = "something"; parentElem.AppendChild(elem);
|
| Cannot use a prefix with an empty namespace exception | 11 Aug 2005 18:03 GMT | 1 |
I'm trying to create an XML document that can be opened in Excel. I have some simple code that ... eventually does the following elem = _doc.CreateElement("Style"); elem.SetAttribute("ss:ID","Default");
|
| Large xml file | 10 Aug 2005 18:40 GMT | 4 |
I'd like to know what's typically considered a large xml file? Are we talking about a file that's measured in kilobytes or megabytes and beyond? Where do we begin to consider an xml file to be a "large" file? Also, for small xml files and assuming that you want to perform an xsl ...
|
| ReadXml inference rules? | 10 Aug 2005 03:56 GMT | 1 |
Is there any documentation that explains the rules used by DataSet.ReadXml for creating columns and rows?
|
| How to handle apostrophe in xml | 09 Aug 2005 20:53 GMT | 2 |
I am calling a web service that returns the characters ' wherever an apostrophe occurs in my xml results. This is through SharePoint. For instance, if I have the text Today's News I get Today's News.
|
| Getting file size | 09 Aug 2005 16:16 GMT | 2 |
Does anyone know how to get the size of an xml file using VB.NET? I haven't the slightest idea where to begin. Thanks, Roshawn
|
| XslTransform return Xml.InnerText | 09 Aug 2005 08:46 GMT | 1 |
Getting crazy with the XslTransform Class. I'm trying to transform an xml string with an xsl string with the following code : 'Create the XslTransform object and load the stylesheet.
|