Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

XSLT Transformation returns blank page

566699Mar 25 2008 — edited Mar 26 2008
Hi,

apologies for the NOOB Question.

I'm trying to prepare an XSQL demonstration for work and have hit a problem, which I'm sure is just a configuration issue.

Using JDeveloper 10.1.3.3.0 I have created an XSQL page which returns a few rows.
I've written an XSL stylesheet to transform the data into an html page.
However, the browser is just showing a blank page.

I've tried the following:

1.) Calling the XSQL page with the '?xml-stylesheet=none' parameter.
The browser displays the unprocessed data correctly, so there's no problem with the XSQL itself.

2.) Saving the output from the webpage as a seperate xml file and applying the stylesheet to it
(by adding the line <?xml-stylesheet type="text/xsl" href="bhwtest1.xsl"?> to the saved output, and opening in the browser.
This works fine and shows that the stylesheet works OK.

I've also tried opening the stylesheet directly in the browser to check that the path that I specify to the stylesheet is valid. This also works, so
the path to the stylesheet is correct.


Any ideas what I can try next?

Thanks for your suggestions,
Ben
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2008
Added on Mar 25 2008
3 comments
3,598 views