NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 459 - change map@id test in assertions.sch to use id() function instead
change map@id test in assertions.sch to use id() function instead
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Michael[tm] Smith
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-25 07:49 CET by Michael[tm] Smith
Modified: 2009-03-31 18:37 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2009-03-25 07:49:11 CET
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.
Comment 1 Michael[tm] Smith 2009-03-31 18:37:23 CEST
moving to using explicit @id checking  throughout assertions.sch instead of id()