xsl-list
[Top] [All Lists]

RE: [xsl] Conditional use of <xsl:apply-imports> or <xsl:import> XSLT 2.0

2008-07-14 10:16:42
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/


--~------------------------------------------------------------------
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>
--~--