[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Newbie needs xsl


Subject: [xsl] Newbie needs xsl
From: Shailendra Majmundar <smaj@xxxxxxxxxxx>
Date: Tue, 20 Feb 2001 18:55:18 -0800

I tried decimal-format but could not go far. Can someone please
suggest an xsl?

Thanks in advance.


Source.xml:

<customer_name A1 >
  <revenue=100000>
  <office1=3000 sq_ft>
  <office2=2000 sq_ft>
  
  <customer_name A2>
  <revenue=80000>
  <office1=560 sq_ft>
  </customer_name A2>
</customer_name A1>

Target:

Customer Name: A1
   Revenue: $1000.00
   Office1: 3000 sq feet
   Office2: 2000 sq feet

   Customer Name: A2
   Revenue: $800.00
   Office1: 560 sq. feet
  
  

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



Current Thread