Subject: Re: priority attribute
From: Arian Hojat <arianhojat2000@xxxxxxxxx>
Date: Thu, 30 Jun 2005 08:34:21 -0700 (PDT)
|
One webpage said priority can be from -9 to 9. and I
found another that says -.5 to .5
Tried being safe and sticking with the .5 range. but
still doesnt work.
--- Arian Hojat <arianhojat2000@xxxxxxxxx> wrote:
> 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
>
>
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
|