Anyone doing complex transforms with multiple xsl:imports and getting an error 
like this...

        "XSLT-TEMPLCONFLICT (err:XTRE0540) Conflicting templates found for 
node: /topic"

I realize conflicting templates may indicate that there is some not-so-great 
xslt code in the stylesheets, but most transform engines deal with it by 
picking one of the conflicting templates by some rule, like last-defined.  I'm 
trying to apply an existing stylesheet (porting from an eXist application) 
using xdmp:xslt-eval() and getting this error.  The transformation works fine 
manually in Oxygen using Saxon or Xalan.  Does the MLS implementation use a 
transformer that doesn't allow template conflicts?

-- Paul

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to