[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

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

Subject: Re: xsl:for-each -> table -> pdf problem (NEWBIE)
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 26 Aug 2002 22:32:01 +0200
xslt xsl for each pdf
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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.