|
Subject: [xsl] How does one convert an RTF to a string? From: Kenneth Stephen <marvin.the.cynical.robot@xxxxxxxxx> Date: Thu, 9 Jun 2005 10:44:36 -0500 |
Hi,
I have an RTF like this :
<xsl:variable name="test">
<root>
<child attrib="something">value</child>
</root>
</xsl:variable>
Doing xsl:value-of on $test produced "value" whereas I really want
to be able to get the string :
<root>
<child attrib="something">value</child>
</root>
How can I do this? Will I have to write an XML serializer in XSL
or is there an easier way?
Thanks.
Kenneth
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] really wysiwyg xsl editor, Kate Hickman | Thread | Re: [xsl] How does one convert an R, David Carlisle |
| Re: [xsl] really wysiwyg xsl editor, JBryant | Date | Re: [xsl] How does one convert an R, David Carlisle |
| Month |