Skip to Content.
Sympa Menu

xom-interest - RE: [XOM-interest] XSLTransform

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Michael Kay" <mike AT saxonica.com>
  • To: "'Jacobs, Robert A.'" <ra.jacobs AT ngc.com>, "'XOM (E-mail)'" <xom-interest AT lists.ibiblio.org>
  • Cc:
  • Subject: RE: [XOM-interest] XSLTransform
  • Date: Thu, 31 Mar 2005 08:39:54 +0100

> I am able to get output via command-line use of Saxon
> (com.icl.saxon.Stylesheet) but I do have to edit my XML file a bit
> to get it to work (drop the namespace prefixes and cut out the
> XIncluded files). I'm guessing this is because of the Saxon version?

The namespace issue must be a problem in your code: Saxon 6.5.3 implements
the XSLT 1.0 spec on namespaces very rigorously.

XIncludes must be expanded before you start an XSLT transformation using
Saxon: it's not part of XSLT processing to do this for you.

Michael Kay
http://www.saxonica.com/






Archive powered by MHonArc 2.6.24.

Top of Page