Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Custom Serializer?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: XOM API for Processing XML with Java <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Custom Serializer?
  • Date: Wed, 5 Aug 2009 13:16:04 -0700

On Wed, Aug 5, 2009 at 12:46 PM, Egon
Willighagen<egon.willighagen AT gmail.com> wrote:

>> Why do you need to control the XML declaration?
>
> Because the output is going to end up in other XML documents (not
> generated by XOM).

In that case you may want to be writing elements rather than documents.

Also, watch out for namespace declarations in the containing
documents. These may cause unexpected problems.

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page