xsl-list
[Top] [All Lists]

Re: [xsl] XPath that returns nothing

2011-09-28 21:25:14
On Wed, 2011-09-28 at 12:07 +0100, David Carlisle wrote:
[...]
 if you have a function that expects a single 
element and you go
xsl:param name="x" as="element()"
then if one of the input documents is bad the error percolates up to the 
top level and not only that document fails to produce but the entire run 
is aborted.

So use, as="element(sockColour)?" maybe?

You still get some additional sanity checking and maybe some performance
benefits, with less strictness...

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/


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