apply-template

XSLT apply-template with mode - Incorrect result with no matching mode

Hi! Here's a simple case. Here's my XML: <?xml version="1.0" encoding="utf-8" ?> <dogs> <dog type="Labrador"> <Name>Doggy</Name> </dog> <dog type="Batard"> <Name>Unknown</Name> </dog> </dogs> This XML is used with two Xslt. This is the common one: <?xml version="1.0" encoding="utf-8"?> <xsl:styleshee...