xsl-list
[Top] [All Lists]

Re: [xsl] Safe-guarding codepoints-to-string() from wrong input

2006-12-20 11:18:50
Michael Kay wrote:

In Saxon, there's an internal method which should be easy enough to call as
an extension function:

<xsl:if test="nc:isXML10Valid($codepoint)"
xmlns:nc="java:net.sf.saxon.om.XML10Char">

I'll go for XML 1.0. I'll create some one-off function to treat all possibilities and assess them with Florent's functions. Using your extension function, this will quickly show how solid his solution is, and it will make it easy to adjust.

Thanks Michael,

-- Abel

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