| 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.
|
 |
 |
|
|
subject: how can i print an xml document through dom api
|
|
|