[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: XML serialization...
From: DPawson@xxxxxxxxxxx
Date: Thu, 16 Sep 1999 11:54:54 +0100
>I mean by this, that all
>characters are transformed to its correspondant entities. 
>For exmaple :
><example><element/></example> 
>will represented as 
>&lt;example&gt;&lt;element/&gt;&lt;example&gt;
>
>Any idea ?

How about

<xsl:output method="text"/>
<xsl:template match = "whatever">
&lt;  <xsl:value-of select="name()"/>
       <xsl:value-of select ="."/>
/&gt;

etc

HTH DaveP


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member