Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SasView no longer writing CanSAS XML files compliant with the schema (Trac #204) #352

Closed
smk78 opened this issue Mar 30, 2019 · 4 comments
Closed
Assignees
Labels
Critical High priority Defect Bug or undesirable behaviour
Milestone

Comments

@smk78
Copy link
Contributor

smk78 commented Mar 30, 2019

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"
}
@smk78 smk78 added this to the SasView 3.0.0 milestone Mar 30, 2019
@smk78 smk78 added Critical High priority Defect Bug or undesirable behaviour Incomplete Migration and removed Incomplete Migration labels Mar 30, 2019
@sasview-bot
Copy link

Trac update at 2014/03/11 14:10:05:

  • krzywon changed owner from "" to "krzywon"
  • krzywon changed status from "new" to "accepted"

@butlerpd
Copy link
Member

Trac update at 2014/04/01 09:58:07:

  • butler changed owner from "krzywon" to "King"
  • butler changed status from "accepted" to "assigned"

@butlerpd
Copy link
Member

Trac update at 2014/04/01 09:58:39: butler commented:

Fix was made by Krzywon -- King now to test

@sasview-bot
Copy link

Trac update at 2014/04/04 16:18:28:

  • krzywon commented:

Steve checked the latest update and the saved data for saving not only works with regular data but fits as well. The resulting files can then be loaded back into SasVIEW for further analysis later.

  • krzywon changed resolution from "" to "fixed"
  • krzywon changed status from "assigned" to "closed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical High priority Defect Bug or undesirable behaviour
Projects
None yet
Development

No branches or pull requests

3 participants