Advertisement

1 - 10 of 91 containing alltags:("xmldocument") (0 seconds)
I have a variable dimed as an xmldocument in .net I want to take the xml in the doc and put it in a string variable. Anyone know how to do this
Zones: Visual BasicDate Answered: 04/15/2002 Grade: A Views: 129
I code an XML app such this ( I took this from Deitel's book example ) : ........//code to create a DOM                 ( (XmlDocument) document).write( new FileOutputStream( "intro.xml" )); ...
Zones: Java, DHTMLDate Answered: 03/16/2003 Grade: A Views: 0
Hello, I upload Xml file with xmlDocument.LoadFromFile How can i scan the Xml tree nodes , any sample ? thank you Asi
Zones: Delphi ProgrammingDate Answered: 09/09/2003 Grade: A Views: 8
What is the easiest way to create and XML document with that looks like <header> <Something/?> Right now, I use a writer, then and XMLwriter, then finally load it into the XmlDocument, which...
Zones: C#Date Answered: 09/27/2003 Grade: A Views: 0
how do i selectSinglenodes from an XmlDocument  without putting them into a XmlNode object?    in other words, i want to select single nodes into the same xmlDocument object ...
Zones: C#Date Answered: 03/22/2004 Grade: A Views: 0
I am very sorry for that horrible and forced union of the words cache and question. It is uncalled for but I was thinking it might inject a little bit of humor into your moment. You will soon see t...
Zones: .NETDate Answered: 05/13/2004 Grade: A Views: 0
Hi, I'd like to know what are the advantages/ disadvantages of XmlDocument against the XmlTextReader/ XmlTextWriter classes. For some reason, I find the API of XmlDocument more simple and easy t...
Zones: .NET, RSSDate Answered: 10/10/2004 Grade: A Views: 0
I am having a little trouble understanding how to use CreateNode and CreateElement to create the following example xml tree structure: <tree>    <node text="England" MyURL="http://www.england....
Zones: ASP.Net ProgrammingDate Answered: 10/06/2004 Grade: A Views: 0
I am currently using an XmlDocument in C# to dynamically add to a list of URI locations for different users.  Ideally the XML file would look like this: <?xml version="1.0" standalone="yes" ?> ...
Zones: XMLDate Answered: 03/11/2005 Grade: C Views: 4
I am very new to XmlDocument in C#.  We have a Flash Menu system that uses an XML file to pull in its menu items.  The xml document loooks like this: <menu>       <menu-title label="RootMenuItem1"> ...
Zones: XMLDate Answered: 09/20/2005 Grade: B Views: 0