Subject: RE: Check for duplicate @id's - collection()
From: "Philip Vallone" <philip.vallone@xxxxxxxxxxx>
Date: Sat, 19 Jul 2008 15:26:50 -0400
|
Thanks Michael,
-----Original Message-----
From: Michael Kay [mailto:mike@xxxxxxxxxxxx]
Sent: Saturday, July 19, 2008 3:03 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Check for duplicate @id's - collection()
>
> Can you elaborate on >id="gen.{generate-id()}
>
> I have never scene this syntax gen.
>
It's a standard attribute value template. Any attribute of a literal result
element can include embedded XPath expressions within curly braces.
Perhaps you're more used to seeing cases where the whole attribute is a
single embedded expression, as in
id="{generate-id()}"
Michael Kay
http://www.saxonica.com/
|