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