xsl-list
[Top] [All Lists]

Re: [xsl] Can unparsed-text() consume an in-memory XML document? Can a string version of an XML document be converted into XML?

2012-08-14 17:07:13
On Tue, Aug 14, 2012 at 12:09:19PM +0200, Martin Honnen scripsit:
Graydon wrote:
On Tue, Aug 14, 2012 at 12:12:42AM +0100, David Carlisle scripsit:
On 13/08/2012 21:15, Costello, Roger L. wrote:
Is there a way in XSLT to convert a string to XML?

That's called parsing. As Michael said XPath 3 drafts include a
parse-xml function, or many xslt 1 and 2 processors have such an
extension function, or, if you are feeling strange you could write a
parser in xslt.

Is there any possibility of getting the XPath 3 functions to _not_
require balanced trees?

There is
http://www.w3.org/TR/xpath-functions-30/#func-parse-xml-fragment, to
parse fragments.

Splendid!

Thank you; I shall have to remember that this shall be in there. :)

-- Graydon

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