Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] question about Serializer

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Ittay Dror <ittayd AT qlusters.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] question about Serializer
  • Date: Tue, 18 Apr 2006 12:25:07 +0300

i want to write an xhtml document with Serializer. This class writes nodes with no children in
the <.../> form, rather than <...></...> form.

this causes the document to be rendered differently. specifically, it writes a span tag as
<span.../>, where i need it to be <span...></span> (don't ask me why, it's
just like this)

can i control Serializer, so it outputs nodes in the "verbose" form? maybe
per node name?

thanks
ittay

--
===================================
Ittay Dror openQRM Team Leader, R&D, Qlusters Inc.
ittayd AT qlusters.com
+972-3-6081994 Fax: +972-3-6081841

http://www.openQRM.org
- Keeps your Data-Center Up and Running




Archive powered by MHonArc 2.6.24.

Top of Page