Hi,

> net.sf.saxon.trans.DynamicError: Ambiguous rule match for 

I just changed to Saxon and ran into this.  My fix (it seems to work) was to
change the "fi:styling/@*" template to:

 <xsl:template match="fi:styling/@*[not(local-name()='type')]"
mode="styling">
   <xsl:copy-of select="."/>
 </xsl:template>

Gary


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

Reply via email to