Entries from Ramkumar Menon's Blog tagged with 'XSLT'

Interesting XSLT Recipe - Computing line totals

You might have run into a requirement where you need to compute the total value of all items in a purchase order. Consider the PO XML shown below. <?xml version="1.0" encoding="UTF-8" ?>   <po xmlns="http://www.example.org">      <Items>         <item>            <price>1</price>  ...

Passing BPEL Variable contents into XSLT as Parameters

Here is an interesting solution for passing content of BPEL variables into XSL Transformations as XSL Parameters.XSL is executed using the XPath Extension Function ora:processXSLT. The two arguments for this extension function are as follows.1) The XSL File Name2) The...

Feed Subscription

If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'XSLT'.

Subscribe to feed Subscribe to feed