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: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 17 Feb 2013 12:41:10 +0000
On 15/02/2013 13:08, bryan rasmussen wrote:
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?

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