XML Viewer for displaying XML inside a Java Applicati

Mehran mmm at medgrid.philips.com
Wed Mar 18 22:24:15 GMT 1998


I am looking for a browser Java bean to display a "real document" view (not
a tree view) of an XML document inside a Java application. Does anyone know of
any available software?

Mehran

>Creating an XML browser has two halves: parsing and displaying. Parsing
>is "just a lot of rule based parsing", but the rules are a little more
>tricky than in your average programming language. Displaying is easy if
>you just use a tree control, but if you want a view that is more like a
>"real document" view then you have to do a lot more work. After all, XML
>documents do not typically carry style information within them so you
>must get that from some other format (the stylesheet). Implementing a
>good stylesheet language efficiently is non-trivial.
>
> Paul Prescod  - http://itrc.uwaterloo.ca/~papresco
>
>"You have the wrong number."
>"Eh? Isn't that the Odeon?"
>"No, this is the Great Theater of Life. Admission is free, but the 
>taxation is mortal. You come when you can, and leave when you must. The 
>show is continuous. Good-night." -- Robertson Davies, "The Cunning Man"
>
>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)
>
>
>


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