RE: [xml-dev] JAXP's ID Transform failing to include namespace declaration attributes

From
Evan Lenz <>
To
Elliotte Rusty Harold <>,
Date
2002-01-04T18:58:26Z
ID
<>
Thread
RE: [xml-dev] JAXP's ID Transform failing to include namespace declaration attributes
I wrote:
> A copied element does not
> include its ID (this represents a huge bug in XSLT 1.0, but I digress).

Actually, the real bug is that XSLT doesn't provide *any* way to create an
ID attribute in the result, or even to test whether a given attribute in the
source tree is an ID attribute. (If someone could prove me wrong on this
latter point, I'd greatly appreciate it!)

Evan