xsl-list
[Top] [All Lists]

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

2013-02-18 02:58:56

and put an escaped document into a nodeset so I can extract titles
etc.


What do you mean by an escaped document here? escaping is (usually)
meant to use such things as
<title>hello</title>
where the markup has been escaped but that makes it _harder_ to extract
the title as the document structure has been escaped so is no longer
available. So it doesn't fit your description, so perhaps you mean
something else?

No, that's exactly what I wanted. A way in xslt 2.0 to take a node
that has escaped xml - as in your example
<title>hello</title> unescape itr and access it as a
document node - sorry for using nodeset as a term in the context of
xslt 2.0 if that was confusing.

Thanks,
Bryan Rasmussen

Also you could say what you mean nodeset I suspect you mean
document node (XSLT 2 does not have a nodeset data type)


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