[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] ATTRIBUTE ORDER
Subject: Re: [xsl] ATTRIBUTE ORDER
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Sat, 27 May 2006 22:53:25 -0600
|
:D
Using system-property is a good point. Might be a bit of a performance
drain if you were iterate through a given sequence of elements looking for
a match, but that would require some testing to determine if the cost
outweighed the benefit.
We need a CIL-esque language definition that we can then write a
platform/xslt-engine compiler for.
Colin, you want to do that for the rest of us? ;) (I know I would
appreciate it -- I assume others would to, but I can only guarentee my own
appreciation)
:D
On Sat, 27 May 2006 22:41:49 -0600, Colin Paul Adams
<colin@xxxxxxxxxxxxxxxxxx> wrote:
"Colin" == Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx> writes:
Colin> If you are aware that the results are processor dependent,
Colin> then add a call to system-property within xsl:use-when.
I always forget that there are people still using XSLT 1.0.
But you can still use system-property.
|