Index of /guides/java/staf2x/ex/xml/dom-tree

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]DOMParserWrapper.class2000-06-02 23:46 247  
[TXT]DOMParserWrapper.java2000-06-02 23:45 2.9K 
[   ]DOMWriter.class2000-06-02 23:46 7.1K 
[TXT]DOMWriter.java2000-06-02 23:43 15K 
[   ]DomTreeWriteServlet.class2000-06-03 00:27 5.4K 
[TXT]DomTreeWriteServlet.java2000-06-03 00:26 7.2K 
[   ]DomTreeWriteServlet2.class2000-06-03 00:29 5.6K 
[TXT]DomTreeWriteServlet2.java2000-06-03 00:28 7.4K 
[TXT]README.html2000-06-05 20:09 1.3K 

In this directory you find:
  1. Some source from the Xerces distribution: DomWriter and DomParserWrapper
  2. DomTreeWriteServlet (a much simplified servlet). You can see it in action
  3. DomTreeWriteServlet2 (mostly the same, but it KILLS the document type node when walking through the DOM tree and then starts displaying again the DOM ) You can see it in action
    Motivation for this was a problem I have with Cocoon's XIncludeProcessor (June 2 2000). It chokes on included files with DTD declarations that point to files. So as Donald Ball suggested, on could just rip these off ...
Compiled with Java 1.2 (and xerces and servlet in the Cocoon 1.7.4 distribution)
Last modified: Mon Jun 5 20:09:29 MET DST 2000
D.K.S.