[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: subscriptions <subscriptions@xxxxxxxxxxx>
Date: Thu, 30 Nov 2006 12:24:09 +0200
|
Hi David,
thank you for your input.
So ok..., how do one passes the string through the 'document' command
without losing the markup. Do we not have to convert the markup first,
before passing it into the document command.
Greetings,
Rob
On Thu, 2006-11-30 at 09:51 +0000, David Carlisle wrote:
> > 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
|