RE: [xml-dev] JAXP's ID Transform failing to include namespace declaration attributes
David Carlisle wrote: > > 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!) > > generate-id(.)=generate-id(id(@id)) > > is true just if the id attribute on the current node is of type ID I wish that were true! <foo id="bar" fakeId="bar"/> Evan