xsl-list
[Top] [All Lists]

Re: [xsl] Unicode character decimal representation problem when copying the XML

2010-10-14 17:13:53
On Thu, Oct 14, 2010 at 6:04 PM, Michael Kay <mike(_at_)saxonica(_dot_)com> 
wrote:
Saxon will attempt to bind functions at compile time, and gives a
compile-time error message if they can't be found. If you want to get in
first, put the function-available test in a use-when attribute on an element
containing the relevant extension function call.

Thanks for this tip of how to implement element-available() and
function-available() in a useful way.

I have done accordingly, and uploaded a new version of
http://www.xmlplease.com/identity-template.xsl

Cheers,
Jesper Tverskov

http://www.xmlplease.com
http://www.xmlkurser.dk
http://www.xmltraining.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>
--~--