xsl-list
[Top] [All Lists]

How does one convert an RTF to a string?

2005-06-09 08:44:36
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

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



<Prev in Thread] Current Thread [Next in Thread>