aspose file tools
The moose likes XML and Related Technologies and the fly likes how can i print an xml document through dom api Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "how can i print an xml document through dom api" Watch "how can i print an xml document through dom api" New topic
Author

how can i print an xml document through dom api

v bodani
Greenhorn

Joined: Mar 25, 2002
Posts: 11
how can i print an XML document actually represented by a Document object in org.w3c.dom api?
fei long
Ranch Hand

Joined: Apr 04, 2002
Posts: 48
can you explain in detail?
fei long
Ranch Hand

Joined: Apr 04, 2002
Posts: 48
sorry, do you mean by print out xml document using org.w3c.dom api? Did you see the Xerces package? there are few examples about printing xml by giving document object(Actually using recursion).
Dan Drillich
Ranch Hand

Joined: Jul 09, 2001
Posts: 1121
Use the search at the top of the page and look for - serialize dom


William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
 
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: how can i print an xml document through dom api
 
Similar Threads
printing text
Printing an XML document using DOM
converting xml into rtf
How to read XML without SAX or DOM parser
Can we see parsed XML