


Hi!I'm a bit confused. I can get an XmlNodeList with XmlNodes of element type using GetElementsByTagName. But how do I make them XmlElements?Magnus...
I want to know if there is any sheep or free xml editor to use?? I want to make style-sheeets and dtd's ....
Hi there,I used XMLDOMNode.xml property but it includes the node's tag in its XML.can I get everything between the tags? (XMLDOMNode.text doesn't cut it either)thanks.Newcomer...
Dear All,Is there is any one who can tell me how can i made it possible to store the server data on the client side in an XML file and then i can display this through HTML in Web browser?If any one has the idea please help me?Shahzad...
Just wanted to post some things I have discovered... I am working on a project where I wanted to use XML...for the first time I might add. I liked the idea of using the XSL files to format the resulting display. In my case when a new 'report' needs to be added...I will simply add anothe...
Hi everyone,I have the following XML structure.<ROOT><ELEMENT><Time>100</Time><MIN>500</MIN><MAX>500</MAX><RESULT>OK</RESULT><ERRORS>NO</ERRORS></ELEMENT><ELEMENT><Time>100</Time><RESULT>OK</RESU...
I have a page which uses XMLHTTP to get the output from an ASP page to create a printer-friendly web page to print it out to a client's local printer. I have defined the XMLHTTP object: Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")then I use this bit to get the page data objXMLHTTP....
we are using XML4J parser to parse XML .the following error we are getting can any body help us for the same.java file name: GetParseTree.javaXml file name : emp.xmlError :***********************************************C:\>java GetParseTree emp.xmlCan't find bundle for base name org.apache.x...
I am writing a VC++ (6.0) application that uses the EZDAV lib(v 3.0 by C.Leong) to connect to DAV servers and return FindFirstFile( directory enumeration) information .. this library depends on EXPAT library that contains the XMLPARSE.DLL. Whenever i have subfolders under the root folder the applica...
I am writing a VC++ (6.0) application that uses the EZDAV lib(v 3.0 by C.Leong) to connect to DAV servers and return FindFirstFile( directory enumeration) information .. this library depends on EXPAT library that contains the XMLPARSE.DLL. Whenever i have subfolders under the root folder the applica...
Hello everyone: I downloaded a free ware from this site (http://www.wmhelp.com/xmlpad3.htm), but the software doesn't have any documentation came with it. I am wondering if anyone had experience with this freeware, please give me some suggestions, where I can find information on documentation...
Hi!I'm trying to add a new node to a existing xml-file. I'm very new to this stuff something that's obvious from below I guess..:). I have no problems reading the file "volcanoes.xml", now I want to add a new node.What you see below is me trying to use some code taken from the book Vi...
Can any body send me the exact syntax to call the XMLNode class or Praser.xml.parser.v2I want to know how the constructor of this class is called?regardssaurabh...
Hi,I have developing code using .net and I am using the Xerces .net XMLEntityResolver for Grammar Parsing.In my resolver class, all i have is the file name (absolute path), so I do something like:public XMLInputSource resolveEntity(XMLResourceIdentifier resId){ url = @"file:///C:/Documents%20and%20...
HiI have a page that has to request file from server ( if user want the file ) to process, I use XMLHttp object to directly request the file from server . The problem is the file is quite big and rarely updated so I want it to be cached in user machine ( browser cache ) . I've checked IE cache...
