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]

Newbie needs xsl


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


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