Michael Kay wrote:
Hi
Disregard that: I just had to change version="1.0" to version="2.0"
to solve this. Now I get the following error:
ERROR: 'Namespace prefix 'my' is undeclared.'
FATAL ERROR: 'Could not compile stylesheet'
As well as changing the version attribute, you'll need to
switch to an XSLT 2.0 processor (e.g. Saxon). Otherwise
this will be your next error message after you've fixed
the namespace problem.
The only place where the "my" prefix was used is the @name of an
xsl:function. So I guess the processor is already an XSLT 2.0
processor. I guess the OP just copy and paste my sample without adding
the namespace declaration.
Regards,
--drkm
___________________________________________________________________________
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des internautes sur
Yahoo! Questions/Réponses
http://fr.answers.yahoo.com
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--