This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Accessing nodes via variables


>
> From what I've read, I can use evaluate() from Xalan's
> extensions. Only
> problem is when I set up the xmlns on the top via:
>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> xmlns:xalan="http://xml.apache.org/xalan";>
>
> I get the following error:
> "The URI http://xml.apache.org/xalan does not identify an
> external Java class."
>
> Any idea on what this is and how to go about fixing it?
>
That reads suspiciously like a Saxon error message. Are you sure you are
using Xalan? The APIs are so compatible that a lot of people don't actually
know which product they are running! Add

<xsl:comment>Produced with <xsl:value-of
select="system-property('xsl:vendor')"/></xsl:comment>

so you can be sure.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]