Difference: SODA10Err2 (1 vs. 4)

Revision 42023-04-05 - JamesDempsey

 
META TOPICPARENT name="SODA-1_0-Errata"

Server-side Operations for Data Access version 1.0 Proposed Erratum 2: Wrong VOTable syntax in polarization example

Author: François Bonnarel

Date last changed: 2023-01-20

Changed:
<
<
Date accepted:
>
>
Date accepted: 2023-04-05
 

Rationale

In section 4.2, the VOTable excerpt given for the POL PARAM is written following a wrong syntax for the OPTION element. The value of this element is coded as a content of the element instead of as a value of the "value" attribute of the element. In addition the closing tag of the VALUES element is wrongly written

Added:
>
>
 
</VALUE>

instead of

Added:
>
>
 
</VALUES>

This bug orignally described on github in SODA issue #1 (https://github.com/ivoa-std/SODA/issues/1)

Erratum Content

This Erratum proposes following changes.

Fix VOTable syntax

In §4.2 "*SODA Service Descriptor from DataLink*" of SODA-1.0, update the Polarization example OPTION tags in

Deleted:
<
<
 
<PARAM name="POL" ucd="meta.code;phys.polarization"
datatype="char" arraysize="*" value="">
<DESCRIPTION>Polarization states to be extracted.</DESCRIPTION>
<VALUES>
<OPTION>I</OPTION>
<OPTION>V</OPTION>
</VALUE>
</PARAM>

from

Deleted:
<
<
 
<OPTION>I</OPTION>

to

Deleted:
<
<
 
<OPTION value="I"/>

from

Deleted:
<
<
 
<OPTION>V</OPTION>

to

Deleted:
<
<
 
<OPTION value="V"/>

from

Deleted:
<
<
 
</VALUE>

to

Deleted:
<
<
 
</VALUES>

Impact Assessment

Fixing the VOTable syntax in an example will make no harm to any service and will avoid implementers writng code delivering incorrect VOTables.

<--  
-->

Revision 32023-01-23 - MarkTaylor

 
META TOPICPARENT name="SODA-1_0-Errata"

Server-side Operations for Data Access version 1.0 Proposed Erratum 2: Wrong VOTable syntax in polarization example

Author: François Bonnarel

Date last changed: 2023-01-20

Date accepted:

Rationale

In section 4.2, the VOTable excerpt given for the POL PARAM is written following a wrong syntax for the OPTION element. The value of this element is coded as a content of the element instead of as a value of the "value" attribute of the element. In addition the closing tag of the VALUES element is wrongly written

</VALUE>

instead of

</VALUES>

This bug orignally described on github in SODA issue #1 (https://github.com/ivoa-std/SODA/issues/1)

Erratum Content

This Erratum proposes following changes.

Fix VOTable syntax

In §4.2 "*SODA Service Descriptor from DataLink*" of SODA-1.0, update the Polarization example OPTION tags in

<PARAM name="POL" ucd="meta.code;phys.polarization"
datatype="char" arraysize="*" value="">
<DESCRIPTION>Polarization states to be extracted.</DESCRIPTION>
<VALUES>
<OPTION>I</OPTION>
<OPTION>V</OPTION>
</VALUE>
</PARAM>

from

<OPTION>I</OPTION>

to

Changed:
<
<
<OPTION value=I"/>
>
>
<OPTION value="I"/>
  from

<OPTION>V</OPTION>

to

Changed:
<
<
<OPTION value=V"/>
>
>
<OPTION value="V"/>
  from

</VALUE>

to

</VALUES>

Impact Assessment

Fixing the VOTable syntax in an example will make no harm to any service and will avoid implementers writng code delivering incorrect VOTables.

<--  
-->

Revision 22023-01-23 - JamesDempsey

 
META TOPICPARENT name="SODA-1_0-Errata"
Changed:
<
<

Server-side Operations for Data Access version 1.0 Proposed Erratum 2: Wrong VOTAble syntax in polarization example

>
>

Server-side Operations for Data Access version 1.0 Proposed Erratum 2: Wrong VOTable syntax in polarization example

Added:
>
>
 Author: François Bonnarel

Date last changed: 2023-01-20

Changed:
<
<
Date accepted:
>
>
Date accepted:
 

Rationale

Changed:
<
<
In section 4.2, the VOTable excerpt given for the POL PARAM is written following a wrong syntax for the OPTION element. The value of this element is coded as a content of the element instead of as a value of the "value" attribute of the element. In addition the closing tag of the VALUES element is wrongly written
</VALUE>
instead of
</VALUES>
>
>
In section 4.2, the VOTable excerpt given for the POL PARAM is written following a wrong syntax for the OPTION element. The value of this element is coded as a content of the element instead of as a value of the "value" attribute of the element. In addition the closing tag of the VALUES element is wrongly written
Added:
>
>
</VALUE>

instead of

</VALUES>
 This bug orignally described on github in SODA issue #1 (https://github.com/ivoa-std/SODA/issues/1)

Erratum Content

This Erratum proposes following changes.

Fix VOTable syntax

Changed:
<
<
In §4.2 "*SODA Service Descriptor from DataLink*" of SODA-1.0, update the Polarization example OPTION tags in
>
>
Added:
>
>
In §4.2 "*SODA Service Descriptor from DataLink*" of SODA-1.0, update the Polarization example OPTION tags in
 
<PARAM name="POL" ucd="meta.code;phys.polarization"
datatype="char" arraysize="*" value="">
<DESCRIPTION>Polarization states to be extracted.</DESCRIPTION>
<VALUES>
<OPTION>I</OPTION>
<OPTION>V</OPTION>
</VALUE>
</PARAM>

from

Added:
>
>
 
<OPTION>I</OPTION>

to

Added:
>
>
 
<OPTION value=I"/>

from

Added:
>
>
 
<OPTION>V</OPTION>

to

Added:
>
>
 
<OPTION value=V"/>

from

Added:
>
>
 
</VALUE>

to

Added:
>
>
 
</VALUES>

Impact Assessment

Changed:
<
<
Fixing the VOTable syntax in an example will make no harm to any service and will avoid implementers wrtitng code delivering incorrect VOTables
>
>
Fixing the VOTable syntax in an example will make no harm to any service and will avoid implementers writng code delivering incorrect VOTables.
 
<--  
-->
Deleted:
<
<

Revision 12023-01-20 - FrancoisBonnarel

 
META TOPICPARENT name="SODA-1_0-Errata"

Server-side Operations for Data Access version 1.0 Proposed Erratum 2: Wrong VOTAble syntax in polarization example

Author: François Bonnarel

Date last changed: 2023-01-20

Date accepted:

Rationale

In section 4.2, the VOTable excerpt given for the POL PARAM is written following a wrong syntax for the OPTION element. The value of this element is coded as a content of the element instead of as a value of the "value" attribute of the element. In addition the closing tag of the VALUES element is wrongly written

</VALUE>
instead of
</VALUES>
This bug orignally described on github in SODA issue #1 (https://github.com/ivoa-std/SODA/issues/1)

Erratum Content

This Erratum proposes following changes.

Fix VOTable syntax

In §4.2 "*SODA Service Descriptor from DataLink*" of SODA-1.0, update the Polarization example OPTION tags in
<PARAM name="POL" ucd="meta.code;phys.polarization"
datatype="char" arraysize="*" value="">
<DESCRIPTION>Polarization states to be extracted.</DESCRIPTION>
<VALUES>
<OPTION>I</OPTION>
<OPTION>V</OPTION>
</VALUE>
</PARAM>

from

<OPTION>I</OPTION>

to

<OPTION value=I"/>

from

<OPTION>V</OPTION>

to

<OPTION value=V"/>

from

</VALUE>

to

</VALUES>

Impact Assessment

Fixing the VOTable syntax in an example will make no harm to any service and will avoid implementers wrtitng code delivering incorrect VOTables

<--  
-->
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback