- From: Matthew Bentley <matthew.bentley@brookers.co.nz>
- Date: Thu, 8 Feb 2001 23:03:07 -0500 (EST)
- To: "'xsl-editors@w3.org'" <xsl-editors@w3.org>
Received on Friday, 9 February 2001 15:16:40 UTC
I would recommend adding more rules for template priority construction: for example, I would expect this: <xsl:template match="dis.para[@style='k' or @style='c'][not(dnumber)]"> to override this: <xsl:template match="dis.para[@style='k' or @style='c']"> rather than having to specify this (as is the case with the current spec): <xsl:template match="dis.para[@style='k' or @style='c'][dnumber]"> Cheers, Matt
Received on Friday, 9 February 2001 15:16:40 UTC