Karsten Theis writes: >There is the XPATH function "id" with the following syntax: "node-set >id(object)". This function... >works only if I have a DTD in my input document! >Without a DTD I can use a complex XPATH-Expression but this is very slow. >Is there a way to use the "id"-function without a DTD? No, but look into keys, Section 12.2 of the XSLT spec. .................David Marston
