XSLT Transformation returns blank page
566699Mar 25 2008 — edited Mar 26 2008Hi,
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