We have a XSL stylesheet which has prioritized templates. It was working as expected when we were using org.apache.xalan.xslt.Process to process it. We've since changed our processing to be handled by a chain of SAX content handlers with the core XSL processing being handled by a TransformerHandler created from a Templates handler created from a SAXTransformerFactory.

Now it appears that template priority is not being recognized at all.

We're using Xalan-Java 2.6 on Solaris platform. We are overriding the default version of Xalan used by the Solaris java command by overriding the bootclasspath.

Is this a (known) Xalan-Java bug, is there something we have to change/do to enable template prioritization, do we have to change how prioritization values are expressed with the SAX components?

Thanks,
Ed Knoll

--
Edward L. Knoll   Phone (FedEx)     : (719)484-2717
                 e-mail (FedEx)    : [EMAIL PROTECTED]
                 e-mail (personal) : [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to