This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SimpleProblem


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]