Subject: Re: questions.
From: Manu KY <manu_kry@xxxxxxxxx>
Date: Thu, 04 Oct 2001 14:09:26 +0530
|
Hi,
write xsl:template match = "b"
Manu
hi,
I have a xml file in the form
<a>
<b>
<c></c>
</b>
</a>
I want to add two more children to node b say m and n so that the resultant
xml looks like this.....
<a>
<b>
<c></c>
<m></m>
<n></n>
</b>
</a>
BUT in the xsl file in want to specify the path with respect to node b.
How do i do it?
mihir
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|