HTML to XML

David Megginson david at megginson.com
Thu Jul 16 14:48:13 BST 1998


Peter Murray-Rust writes:

 > The SwingSet (from com.sun.java) has HTML functionality. I'm not
 > sure exactly what, but it can read in HTML and render it. Since
 > Swing is very well written (and based in part on SGML ideas) it
 > wouldn't surprise me if much of what we want is hidden within
 > it. There is a list for Swing at http://www.eos.dk/archive/swing -
 > perhaps someone could ask.

A quick peek inside swingall.jar shows that there is a package
com.sun.java.swing.text.html.  Within the package (and judging from
namesa alone), the following classes look like good starting points:

- com.sun.java.swing.text.html.HTMLDocument
- com.sun.java.swing.text.html.HTMLEditorKit
- com.sun.java.swing.text.html.HTMLStyleCallback
- com.sun.java.swing.text.html.HTMLWriter
- com.sun.java.swing.text.html.StyleSheet

I have not had a chance to dig through the JavaDoc's yet, but it may
be that we can write at least a partial SAX driver on top of this.


All the best,


David

-- 
David Megginson                 david at megginson.com
           http://www.megginson.com/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list