How to resolve conflicts in templates

Subject: How to resolve conflicts in templates
From: "Herve AGNOUX" <hagnoux@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Aug 1999 09:22:54 +0200
I use Lotus XSL 0.17.4

I use in my xml file some tags with the same name but with 
differents attribute like that :

<FILE name="xx">
<FILE name="yy"> and so on.

In my xsl file I give a general template :
<xsl:template match="FILE>

And more precise like that :
<xsl:template match="FILE[@name='yy']">

Lotus XSL says :
XSL Warning: Specificity conflicts found: "FILE", 
"FILE[@name='yy']" Last found in stylesheet will be used.

How can I resolve this conflict ?

Thanks.

--
Herve AGNOUX  hagnoux@xxxxxxxxxxxxxxxx France.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread