Ticket #6847 (assigned)
SANS: Correct the CanSANS 1.0
Reported by: | Gesner Passos | Owned by: | Peter Parker |
---|---|---|---|
Priority: | minor | Milestone: | Backlog |
Component: | SANS | Keywords: | |
Cc: | anders.markvardsen@… | Blocked By: | |
Blocking: | Tester: |
Description (last modified by Peter Parker) (diff) ¶
The current schema of CANSANS is 1.1, this cause the schema validation to fail for 1.0, because it is pointing to the incorrect url: http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd
Test, this test does not validates:
xmllint --schema http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd 17523rear_1D_1.75_16.5.xml --noout
But this validates:
xmllint --schema http://svn.smallangles.net/svn/canSAS/1dwg/tags/v1.0/cansas1d.xsd 17523rear_1D_1.75_16.5.xml --noout
So it would be enough just correct the schema entry inside the file.
Change History
Changed 7 years ago by Gesner Passos
- Attachment 17523rear_1D_1.75_16.5.xml added
comment:3 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to the Backlog after the code freeze for R2.6
comment:4 Changed 7 years ago by Nick Draper
- Status changed from new to assigned
bulk move to assigned at the into of the triage step
comment:5 Changed 7 years ago by Nick Draper
- Owner changed from Gesner Passos to Peter Parker
Ownership handed over to Peter
Note: See
TracTickets for help on using
tickets.
Just to test.