[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] variable rtf as querystring in document uri
Subject: Re: [xsl] variable rtf as querystring in document uri
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 30 Nov 2006 09:51:19 GMT
|
> I found that node-set() might help,
No, node set does something completely different, turning a result tree
fragment into a node set. You don't want a node set you want a string
with the lexical markup of an XML document.
David
|