Skip to Content.
Sympa Menu

xom-interest - Re: [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: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: "Bradley S. Huffman" <hip AT a.cs.okstate.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Does Serializer output XML?
  • Date: Thu, 19 Sep 2002 22:39:58 -0400

At 8:56 PM -0500 9/19/02, Bradley S. Huffman wrote:
Is Serializer suppose to output XML?

It's certainly supposed to. I suspect you've found a bug. I'll look into it. Thanks!

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
_______________________________________________
XOM-interest mailing list
XOM-interest AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/xom-interest

--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo AT metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| XML in a Nutshell, 2nd Edition (O'Reilly, 2002) |
| http://www.cafeconleche.org/books/xian2/ |
| http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/ |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+




Archive powered by MHonArc 2.6.24.

Top of Page