xsl-list
[Top] [All Lists]

Re: [xsl] Is there any xslt 2.0 processor that implements sticky d-o-e

2013-02-15 08:56:26
bryan rasmussen wrote:
Well parse-xml using saxon says it is a
  Unknown system function parse-xml()

I think you need to use a commercial Saxon version supporting XSLT/XPath 3.0 to use that function introduced in the XPath 3.0 draft. You might also need to configure Saxon to use version 3.0 instead of 2.0.

Saxon also provides an extension function, but as far as I know the open source version of Saxon only supports that in version 9.1.

I think XmlPrime also supports http://www.w3.org/TR/2011/WD-xpath-functions-30-20111213/#func-parse-xml but you need a license for that processor.

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