Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] dynamically set priority in xsl:template

From: Colin Paul Adams <colin@------------------>
To:
Date: 3/2/2007 12:20:00 PM
>>>>> "Georges" == Georges Schmitz <georges.schmitz@xxxxxxxxx> writes:

    Georges> Is it not possible at all, to set the priority by a
    Georges> parameter? 

Such a question is easily answered by looking at the recommendation. I
recommend getting into the habit of doing this.

In this case:

http://www.w3.org/TR/xslt20/#element-template

shows you that the priority attributes takes

number

not 

{number}

The latter is an AVT (AttributeValueTemplate), which means it can be
an XPath expression (such as a variable reference).
Since that is not allowed, it can only be a numeric literal.
(In fact it can only be a decimal literal,. unfortunatley the
recommendation doesn't make that obvious at this point. You don't find
this out until section 6.4)

So in short, the answer is no.
-- 
Colin Adams
Preston Lancashire


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent