Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XSLTransform setParameter

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: Elliotte Harold <elharo AT metalab.unc.edu>
  • Cc: 'xom-interest' <xom-interest AT lists.ibiblio.org>, 'John Cowan' <jcowan AT reutershealth.com>
  • Subject: Re: [XOM-interest] XSLTransform setParameter
  • Date: Thu, 10 Feb 2005 09:41:56 -0800


In Saxon 8.2 you can supply a XOM node wrapped in a Saxon NodeWrapper and it
should work fine.

That's going to be tricky to do without dragging Saxon along for the ride. Saxon really can't work with any standard DOM class instead? is there any way Saxon could recognize if its receiving a XOM Node, Document, or Nodes and do the wrapping itself?

Having Saxon do the wrapping itself should be easy; i think it's the best approach.

Wolfgang.





Archive powered by MHonArc 2.6.24.

Top of Page