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

Subject: Re: XSL nested tag help
From: Geoff Hankerson <ghank@xxxxxxxxxxx>
Date: Fri, 04 Oct 2002 13:28:50 -0500
Mani Malarvannan wrote:

Hi,
I've following XML file.
<Main>
This is a first test message
<Target> and </Target>
it is important
</Main>



From the above XML file I'd like to write and XSL so that I'll get
following output
<h1>This is a first test message<h1> <h2> and </h2> <h1>it is important </h1>


Try:

<xsl:value-of select="/Main/text()"/>







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