[xsl] sequence with same id values

Subject: [xsl] sequence with same id values
From: "Jeff Sese" <jsese@xxxxxxxxxxxx>
Date: Mon, 6 Mar 2006 20:43:56 +0800
Hi all,

I have this variable:

<xsl:variable name="anchor" as="element()*"
select="document('source.xml')//anchor[parent::xref]/@id"/>

How can I get all the id values that are not unique?

Thanks
Jeff Sese

Current Thread