Skip to Content.
Sympa Menu

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

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Kostas Maistrelis <pinakas AT gmail.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] entities
  • Date: Sat, 07 Oct 2006 15:00:14 -0400

Kostas Maistrelis wrote:
I want to make a procedure that returns the same result with the method

document.toXml()

with one difference:
I want to leave the entities without a translation (Like the current
behavior of toXML() method for the &amp; entity)


No. The parser does not give us sufficient information to do full round tripping.


--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/



  • Re: [XOM-interest] entities, Elliotte Harold, 10/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page