Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Converting nodes back into elements and documents.

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: Furash Gary <furashg AT mcao.maricopa.gov>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Converting nodes back into elements and documents.
  • Date: Tue, 17 May 2005 18:56:55 -0400

Furash Gary wrote:
transform.transform(... applies a transformation and returns a tree of
nodes. How do I turn those nodes into an XML elements.

What do you mean by "XML elements"? You can serialize these nodes the same way you'd serialize any other node from XOM. there's nothing special about them.


--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page