xsl-list
[Top] [All Lists]

priority attribute

2005-06-30 08:30:04
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="*[(_at_)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 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--