On 20 Mar 2009, at 16:00, Sam Fuqua wrote:

Hi

Here's the FO as captured from the server during execution:

<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; xmlns:el="http://purl.org/dc/elements/1.1/ " xmlns:step="http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/"; xmlns:testscript="http://jazz.net/xmlns/alm/qm/v0.1/";>

Tiny hint: since you don't actually need the additional namespaces in the FO, add:

exclude-result-prefixes="el step testscript"

as an attribute to the xsl:stylesheet element, to keep them from making it into the output.

That said, I don't think that is the reason why you get a blank result.

Some more questions to start a diagnosis:
Do you get any log-output that could give us a clue as to the cause?
What OS is the server running on? Which Java version? Which XML parser/ XSLT processor?



Regards

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to