Subject: RE: Conditional use of <xsl:apply-imports> or <xsl:import> XSLT 2.0
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 14 Jul 2008 18:16:06 +0100
|
> > BTW <xsl:template match="article/meta/journalcode
> > [.=('ABCD','EFGH','IJKL','LMNO')]">
> >
> > Is giving me error, "Expected ) but found: ," (In Oxygen 9.3).
>
> That's what you would expect if you use this expression with
> an XSLT 1.0 processor.
>
>
> But I am using 2.0???
What makes you think you are using version 2.0?
What does system-property('xsl:version') return?
Michael Kay
http://www.saxonica.com/
|