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

Subject: Re: [xsl] Is there any xslt 2.0 processor that implements sticky d-o-e
From: bryan rasmussen <rasmussen.bryan@xxxxxxxxx>
Date: Mon, 18 Feb 2013 09:58:40 +0100
>> 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
> &lt;title&gt;hello&lt;/title&gt;
> 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
&lt;title&gt;hello&lt;/title&gt; 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

Current Thread