|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: processing-instruction()
David C. wrote:
> Other than that it looks OK except
>
> <xsl:template match="node()">
> and
> <xsl:template match="processing-instruction('Eqn')">
>
> have the same default priority so you want to add priority="10" to
> the processing-instruction ones.
Actually, I think the processing-instruction('Eqn') matching template
has a priority of 0 while the node() matching template has a priority
of -0.5:
...
* If the pattern has the form of a QName preceded by a
ChildOrAttributeAxisSpecifier *or has the form
processing-instruction(Literal)* preceded by a
ChildOrAttributeAxisSpecifier, then the priority is 0.
...
* Otherwise, if the pattern consists of just a NodeTest preceded
by a ChildOrAttributeAxisSpecifier, then the priority is -0.5.
...
http://www.w3.org/TR/xslt#conflict (my emphasis)
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








