oracle-xdk

How to pass an XML document as a parameter to an XSL transform in java (oracle xdk)?

I'm trying to pass an XML document to an XSLT stylesheet as a parameter. I believe the code is using the oracle XDK for transformations (it's using JDK 1.4.2, and Spring, and I'm new to the codebase, so I'm not sure what is getting loaded in the end). In my first attempt, I just created a document object and set this as the parameter on ...

How to create xml in oracle

How to create xml in oracle using sql query. ...