Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on how to parse the xml file within the AJAX & XML forums, part of the Web Development category; Hi friends can any1 tell me how to parse xml file and store it in Database...
|
|||||||
|
|||
|
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. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Listen to any PDF file!!! | Shivanna | Geeks Lounge | 8 | 4 Weeks Ago 08:19 AM |
| Lookup on the same file using the input file | JobHelper | Data Warehousing | 1 | 07-24-2009 09:59 AM |
| Reading a TSR file | JobHelper | QTP | 1 | 07-27-2007 06:33 AM |
| Parse failed: ORA-OO936: missing expression in BO | JobHelper | Data Warehousing | 0 | 02-09-2007 04:59 AM |
| Modification Of Pdf.File | Gorakh.sharma | Geeks Lounge | 1 | 12-27-2006 07:55 AM |