Re: Question of a novice.

2000-03-21 Thread Wong Kok Wai
Download the latest 1.0.3 version and you should see the package. Boris Garbuzov wrote: > Where this package is? I am finding just following: >

Re: Question of a novice.

2000-03-21 Thread Boris Garbuzov
Where this package is? I am finding just following:  org.apache.xerces.dom  org.apache.xerces.dom.traversal  org.apache.xerces.domx.events  org.apache.xerces.domx.traversal  org.apache.xerces.framework  org.apache.xerces.parsers  org.w3c.dom  org.xml.sax  org.xml.sax.helpers   ---

Re: Question of a novice.

2000-03-21 Thread Wong Kok Wai
Take a look at org.apache.xml.serialize package. Boris Garbuzov wrote: > What people use to print DOM document in Xerces for Java? It is left > outside the core? Why not put to the core any default writer class > like DOMWriter from the samples? Can I use DOMWriter for commercial > needs, a littl

Question of a novice.

2000-03-21 Thread Boris Garbuzov
What people use to print DOM document in Xerces for Java? It is left outside the core? Why not put to the core any default writer class like DOMWriter from the samples? Can I use DOMWriter for commercial needs, a little modifying it and inserting to my source tree? Some other writing extensions f