DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29459>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29459

Error in processing xml-file with xsl-stylesheet

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-06-09 13:16 -------
This is *not* a bug. 

It is not valid to generate the start tag in one template and the end tag in 
another template. If this becomes necessary to achieve what you want then you 
need to re-think your XSL stylesheet design.

Using <xsl:text> with disable-output-escaping="yes" is a trick that only works 
when the result of the XSL tranform is serialized to disk. When you supply xsl 
and xml files as input to the command line, the transform result is not 
serialized but rather passed as SAX events to FOP. Hence your trick fails.

If you are having difficulties then you should ask on the fop-user mailing 
list before raising a bug.

Reply via email to