serialize and parse extension functions
Does BaseX support serialize and parse XPath 2.0 extension functions, for parsing text content as XML and serializing to string? I didn't see them in http://docs.basex.org/wiki/Utility_Functions Leigh.
On 09/14/2011 09:26 PM, Leigh L. Klotz Jr wrote:
Does BaseX support serialize and parse XPath 2.0 extension functions, for parsing text content as XML and serializing to string? I didn't see them in http://docs.basex.org/wiki/Utility_Functions
Leigh.
And here's the answer: http://docs.basex.org/wiki/XQuery_3.0
And here's the answer: http://docs.basex.org/wiki/XQuery_3.0
..dito ;) Btw, you can also use our map syntax in the fn:serialize() function; see e.g.: declare option output:format "no"; fn:serialize(<html/>, map { "method" := "html" }) Christian
participants (2)
-
Christian Grün -
Leigh L. Klotz Jr