Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Question about XSL

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: Steve Loughran <steve.loughran AT gmail.com>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Question about XSL
  • Date: Sun, 30 Oct 2005 17:35:44 -0500

Steve Loughran wrote:

It is interesting that it works in DOM but not Xom. Could you convert
it a DOM graph and then feed it through XSL? I know that seems like a
failure mode for in-memory-XML, but as my own code is known to covert
it to text to hand it off to something else (Axis2), a DOM graph is
still fairly elegant in comparision.

I suspect that's simply a difference between the DOM serializer and the XOM serializer. One uses empty-element tags and one doesn't. I doubt there's any difference in how the transform is applied.

--
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