-
Expert Member
how to parse the xml file
Hi friends
can any1 tell me how to parse xml file and store it in Database
-
Junior Member
Re: how to parse the xml file
If your using JAVA
use Java API's for XML parsing
Like SAX and DOM
-
Junior Member
Re: how to parse the xml file
In .NET, we have a entire namespace dedicated to XML.
We use XmlReader class to read XML files.
In Javascript ActiveX object can be created to parse XML,the constructor is something like ,
var xmlParser = new ActiveXObject(Microsoft.XMLDOM);
xmlParser offers a number of methods to parse XML
Do some googling on that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules