| Author |
how to use DOM Parser
|
vanita maram
Greenhorn
Joined: Aug 06, 2007
Posts: 16
|
|
Hi I am trying to create a program to divide a big xml docuents into smaller xml as the main document file has similar child elements but different values for the elements. Somebody told me to use DOM Parser to do it. I have xmlSpy installed on my machine but that doesnot have any feature which lets me create breaks in the documents. Can somebody please tell me how to use DOM Parser and give a sample code if they have created for the same purpose. Thanks Vanita
|
 |
Prashant Mishra
Greenhorn
Joined: May 05, 2005
Posts: 12
|
|
Use a JDOM Parser and some Java programming. I dont know what you are trying to achieve but maybe the following code snippets can help: Hope this helps.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
You might want to look over Sun's tutorial on XML processing with Java. Do you want to split each of these specified child elements into a separate document? Perhaps splitting the document is not the best solution - what are you actually trying to do with the data? Bill
|
Java Resources at www.wbrogden.com
|
 |
Raghavan Muthu
Ranch Hand
Joined: Apr 20, 2006
Posts: 3327
|
|
Hello vanita maram, Welcome to JavaRanch! This Sun's J2EE Tutorial is a very good one which explains step by step approach of using DOM. Hope this might help you.
|
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
|
 |
vanita maram
Greenhorn
Joined: Aug 06, 2007
Posts: 16
|
|
|
Thanks you guys for helping me out.
|
 |
 |
|
|
subject: how to use DOM Parser
|
|
|