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=41825>.
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=41825

           Summary: fop parser not handling xslt call-template
           Product: Fop
           Version: 0.93
          Platform: Other
        OS/Version: Windows 2000
            Status: NEW
          Severity: major
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


Trying to process a mixed xslt / xsl-fo page that had a call with template, for
example ...
<xsl:call-template name="ICM_DoseFreqRoute">
   <xsl:with-param name="dose"       select="."/>
   <xsl:with-param name="frequency"  select="../frequency"/>
</xsl:call-template>

the FOP app threw an exception...
file:/C:/fop-0.93/aer.fo; Line #289; Column #54;
javax.xml.transform.TransformerException: ElemTemplateElement error:
ICM_DoseFreqRoute

the original page (minus xsl-fo additions) handles call-templates fine.

There is also another issue with correctly parsing ')' within selects.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to