There is no log output. This is being run on a Jazz server under XP with Java 1.5
On Fri, Mar 20, 2009 at 2:44 PM, Andreas Delmelle < [email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > > -- Sam Fuqua ΣΝ ΘΗ 454
