-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Milestone
Description
CanSAS 1D XML files written from SasView (testing v3.0.0) have the
header:
This is not compliant with the v1.1 schema and needs to be changed to,
for example:
to reflect the reorganisation of web resources.
Migrated from http://trac.sasview.org/ticket/204
{
"status": "closed",
"changetime": "2014-04-04T16:18:28",
"_ts": "2014-04-04 16:18:28.606169+00:00",
"description": "CanSAS 1D XML files written from SasView (testing v3.0.0) have the\nheader:\n\n<?xml version=\"1.0\" ?>\n<SASroot version=\"1.1\" xmlns=\"urn:cansas1d:1.1\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"urn:cansas1d:1.1 http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd\">\n\nThis is not compliant with the v1.1 schema and needs to be changed to,\nfor example:\n\n<?xml version=\"1.0\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"cansas1d.xsl\" ?>\n<SASroot version=\"1.1\"\n\t\t xmlns=\"urn:cansas1d:1.1\"\n\t\t xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n\t\t xsi:schemaLocation=\"urn:cansas1d:1.1 http://www.cansas.org/formats/1.1/cansas1d.xsd\"\n\t\t>\n\nto reflect the reorganisation of web resources.\n",
"reporter": "smk78",
"cc": "",
"resolution": "fixed",
"time": "2014-02-13T11:02:36",
"component": "SasView",
"summary": "SasView no longer writing CanSAS XML files compliant with the schema",
"priority": "critical",
"keywords": "CanSAS, XML",
"milestone": "SasView 3.0.0",
"owner": "King",
"type": "defect"
}