xsl-list
[Top] [All Lists]

Re: [xsl] Does this XSLT 2.0 stylesheet use any XSLT 2.0 features?

2008-09-26 12:01:20
Unfortunately, this happens in at least several places in at
least several stylesheets, and I doubt there's any easy way to
automatically detect where the difference

 You could be able to transform quite easily your stylesheets to embed
all your xsl:value-of/@select in a call to zero-or-more().  You then
run your stylesheets with representative inputs, and each time a
sequence with more than 1 item is used in those @select, that will
generate an error.

vgood idea... but zero-or-one() right?

The other plan is to type all of your variables, then deal with any
that arise from that.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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