File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes Parsing a DOM object Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Parsing a DOM object" Watch "Parsing a DOM object" New topic
Author

Parsing a DOM object

Alan Flanders
Greenhorn

Joined: Jul 05, 2001
Posts: 1
Here's an interesting problem. Every example out there right now will parse an xml file. I want to parse a DOM object using a schema. I am trying to put together a p2p app using SOAP. There are methods available that will serialize a DOM object to transfer over HTTP, but when it gets to the other end, it is deserialized and becomes a DOM node again. Naturaly, I don't trust that DOM is valid so I want to parse it using my schema. Does anyone know how to do this?
Alan
Ajith Kallambella
Sheriff

Joined: Mar 17, 2000
Posts: 5782
Why not write it to a temporary XML file and parse the file?


Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Parsing a DOM object
 
Similar Threads
Is there a java API to generate xml with an inline schema definition
Help !! Parsing Schema
Schema parsing using JDOM
convert javaobjects to xml and xml to java objects dynamically
Parsing Schema using JDOM