[xsl] Fw: XSL Sheet for Varying Node Name

Subject: [xsl] Fw: XSL Sheet for Varying Node Name
From: jeb501@xxxxxxxxxxxxxxx
Date: Thu, 17 Feb 2005 09:16:48 +0530
Waiting.......

Hi All,

Please find below a part of XML file, In this the node name "Feb04" is 
depends on
node value of cdy. (ie node name Feb04 will Jan05 if cdy's value is 
01-01-2005 )

I want to make a table with with headings oano....to cdy and also 
want to include the values of nodes with varying node name.

can anybody share there ideas of XSL codes.

Thanks
Eugene

<?xml version="1.0" encoding="Windows-1252" standalone="yes" ?> 
- <exblog>
- <items>
  <oano>1359/5</oano> 
  <oasl>2</oasl> 
  <custpo>P128483</custpo> 
  <posl>2</posl> 
  <custcode>X001</custcode> 
  <code>BF177003</code> 
  <desc>Desc 2" BODY</desc> 
  <grade>CF8M</grade> 
  <bqty>2</bqty> 
  <npr>40.70</npr> 
  <cdy>01.02.2004</cdy> 
  <Feb04>81.40</Feb04> 
  </items>
</exblog>

**End of snippet..

Current Thread