Bugzilla – Bug 459
change map@id test in assertions.sch to use id() function instead
Last modified: 2009-03-31 18:37:23 CEST
The assertion in the h:map[@id and @name] rule in assertions.sh contains test='@id = @name' That will fail if for the xml:id case if the assertion.sch file is used independent of v.nu. So, seems like that test needs to be changed to use the id() function instead.
moving to using explicit @id checking throughout assertions.sch instead of id()