[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] priority attribute
Subject: [xsl] priority attribute
From: Arian Hojat <arianhojat2000@xxxxxxxxx>
Date: Thu, 30 Jun 2005 08:30:04 -0700 (PDT)
|
Hello all,
I have a element <section> (as well as other elements)
that can have an optional attribute called @tocOut.
When I tranform, I would like this template rule...
<xsl:template match="*[@tocOut]" mode="toc"
priority="8">
to override this one...
<xsl:template match="section" mode="toc" priority="1">
...if <section> pretend has the @tocOut attribute.
With Saxon, I do not even need to set the priority, it
will think any wildcard* element with that specific
attribute is a better match than the element itself.
But when I transform straight with FOP/Xalan (and with
the priority's above), it does not prioritize the
rule? am I doing something wrong?
Thanks,
Arian HOjat
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|