SimpleProblem

Subject: SimpleProblem
From: "sanjeev ramachandra" <sanjeev_scifi@xxxxxxxxxxx>
Date: Sun, 26 Mar 2000 15:09:54 CST
Hi

I am new to XSL and facing this problem :-)

here is the input xml

<A>
 <B>
   <C>LASTNAME</C>
 </B>
</A>

<AA>
 <BB>
  <CC>MIDDLENAME</CC>
 </BB>
</AA>

<AAA>
 <BBB>FIRSTNAME</BBB>
</AAA>

The output should be :

"YOURNAME:FIRSTNAME-MIDDLENAME-LASTNAME"

1. PL. note that I want a output order which is different than the processing order.
2. I want to use variables to store the values when obtained for further checking
3. I want to add some string to the variable values obtained previosly.


Any help will be greatly appreciated


Thanks


Sanjeev

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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



Current Thread