|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Dumb Question - XML to XML changing only a few val
On 12/1/07, G. Ken Holman <gkholman@xxxxxxxxxxxxxxxxxxxx> wrote:
> <xsl:template match="a">
> <xsl:copy>12345</xsl:copy>
> </xsl:template>
Somehow, I would have preferred ...
<xsl:template match="a">
<xsl:copy>
<xsl:text>12345</xsl:text>
</xsl:copy>
</xsl:template>
But Ken's choice taught me something new :)
--
Regards,
Mukul Gandhi
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








