[Home] [By Thread] [By Date] [Recent Entries]
Wolfgang,
The question is excellent. There is still a DTD-based mechanism for specifying IDs and it still works in systems that support DTDs. (Mike reports this isn't true on .NET.) There are also those of us who believe that for robust layering, one is well served by establishing the IDness of the ID in the application, as in: <xsl:key name="byID" match="*[@id]" use="@id"/> and using the key() function. Then an ID can be whatever you define it to be. Don't forget you can define a key different names for different matches, as in <xsl:key name="byID" match="*[@id]" use="@id"/> <xsl:key name="byID" match="person" use="@pID"/> etc. Regards, Wendell At 05:01 PM 9/14/2006, you wrote: Hello,
|

Cart



