This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xsl:for-each -> table -> pdf problem (NEWBIE)


thomas wrote:
> if I shoot it trough fop it say only error:null = thank you my dear for
> the generous error message....

This is a null pointer exception. You can add -d to get a full
stack trace, just in case.
In case of errors, it is recommended to run the XML+XSL
through Xalan or another XSLT processor standalone.
This way you get a proper error message if the problem
is with the XSL.

<xsl:text >
<xsl:value-of select = "." /></xsl:text></fo:block>
For example, this is a syntax error (xsl:text must not
contain any markup). Just remove the xsl:text element.

There are a few unplesant problems which due to bugs
in the Xalan release distributed with FOP cannot be
found. A run with Saxon 6.5.4 or the most recent Xalan
will find these. In your case, it looks like you have
more problems, perhaps of the unpleasant kind, in your
XSLT, because the problem mentioned above does not
cause a NPE.

J.Pietschmann


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]