Mike Kellstrand wrote:
I ran the servlet and got:
null:4:80 fo:flow must contain block-level children

This is not an error messages from the XSLT processor, this means FOP doesn't accept the result of your transformation. Most likely the template responsible for generating the flow content doesn't match, youi can insert some xsl:message there and check the servlet container's stderr log. Probably you don't use exactly the same XML and XSLT source in the servlet as in the command line application, even if you think you do. There's also the slight possiblity that you have namespace problems. All in all there are lots of things which can go wrong with servlets and which you are probably completely unaware of.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to