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-13 18:13:03
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.

http://code.google.com/p/web-xslt/source/browse/trunk/htmlparse/htmlparse.xsl

David


--
google plus: https:/profiles.google.com/d.p.carlisle

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