Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Stax parser: Is "&lt;" always < ?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Tatu Saloranta <cowtowncoder AT yahoo.com>
  • To: Webheavy <webheavy AT yahoo.com>, xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Stax parser: Is "&lt;" always < ?
  • Date: Mon, 5 Jun 2006 14:23:46 -0700 (PDT)

--- Webheavy <webheavy AT yahoo.com> wrote:

> I am trying to get a StAX parser to pass &-el-tee;
> as characters, not converted to <. Is this possible?

This would not really be XML compliant behaviour: &lt;
in XML is an entity, not character content. However:

> I've tried the RI from Sun and WoodStox but it seems
> to be hardwired in for the built-in entities.

To know how to resolve your issue, it'd be necessary
to know exactly what you are trying to achieve here?

-+ Tatu +-


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




Archive powered by MHonArc 2.6.24.

Top of Page