Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] javascript

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: John Cowan <jcowan AT reutershealth.com>
  • To: Luca Passani <passani AT eunet.no>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] javascript
  • Date: Fri, 6 May 2005 09:20:06 -0400

Luca Passani scripsit:

> How do I force XOM to diplay '<' and not &lt; ?

You don't want it to. Remember that XOM is generating XML, not HTML, and
in XML, a < character may appear only at the beginning of a tag. If
XOM were to do what you want it to, the output would not be well-formed
(which is another way of saying it is not XML at all).

If you want to write HTML output, you can use the hacked version of
XMLWriter packaged with TagSoup.

--
Where the wombat has walked, John Cowan <jcowan AT reutershealth.com>
it will inevitably walk again. http://www.ccil.org/~cowan




Archive powered by MHonArc 2.6.24.

Top of Page