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> ...
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...
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'XSLT'.