Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Does Serializer output XML?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Bradley S. Huffman" <hip AT a.cs.okstate.edu>
  • To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] Does Serializer output XML?
  • Date: Thu, 19 Sep 2002 20:56:21 -0500

Is Serializer suppose to output XML?

When I run:

<?xml version="1.0"?>

<root attr="&lt;this is a attribute&gt;">
&lt;this is not&gt;
</root>

though samples/PrettyPrinter, I get:

<?xml version="1.0" encoding="ISO-8859-1"?>
<root attr="<this is a attribute>"> <this is not> </root>

Brad




Archive powered by MHonArc 2.6.24.

Top of Page