Author: mukulg
Date: Wed Feb 19 13:18:22 2020
New Revision: 1874195
URL: http://svn.apache.org/viewvc?rev=1874195&view=rev
Log:
committing minor improvements to xerces-j 2.12.1 release information
Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
xerces/java/trunk/docs/releases.xml
xerces/site/trunk/production/xerces2-j/releases.html
Modified: xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml?rev=1874195&r1=1874194&r2=1874195&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml Wed Feb 19
13:18:22 2020
@@ -51,19 +51,19 @@
</fix>
<fix>
<note>
- For certain cases, while doing XML Schema 1.1 xs:assert validations,
error messages appeared
- like following 'FOAR0001 - Division by zero'. Modified such error
messages, to now contain
- the character ':' instead of '-' (since, the character '-' can be
confused with a negation symbol).
+ When XML Schema 1.1 documents having xs:assert are used for XML
document validation, for certain use cases
+ error messages appeared like following 'FOAR0001 - Division by zero'.
Modified such error messages, to now
+ contain the character ':' instead of '-' (since, the character '-'
may be confused with a negation symbol).
</note>
<submitter name='Mukul Gandhi'/>
</fix>
<fix>
<note>
- The 'XML Schema 1.1 structures' REC in the section, "3.2.3
Constraints on XML Representations of
- Attribute Declarations (Schema Representation Constraint: Attribute
Declaration
- Representation)" mentions, '5 If fixed and use are both present, use
must not have the actual value
- prohibited'. This functionality is newly introduced in XML Schema
1.1. Fixed a runtime validation issue
- for this XSD clause, when XSD 1.1 implementation is invoked in XSD
1.0 mode.
+ The 'XML Schema 1.1 structures' Recommendation in the section,
"3.2.3 Constraints on XML Representations
+ of Attribute Declarations (Schema Representation Constraint:
Attribute Declaration Representation)"
+ mentions, '5 If fixed and use are both present, use must not have
the actual value prohibited'. This
+ functionality is newly introduced in XML Schema 1.1. Fixed a runtime
validation issue for this XSD clause,
+ when XSD 1.1 implementation is invoked in XSD 1.0 mode.
</note>
<submitter name='Mukul Gandhi'/>
</fix>
@@ -86,7 +86,7 @@
<note>
Fixed minor bugs and made various improvements.
</note>
- <submitter name='Michael Glavassevich, Mukul Gandhi, Octavian Nadolu'/>
+ <submitter name='Mukul Gandhi, Michael Glavassevich, Octavian Nadolu'/>
</fix>
<add>
<note>
@@ -185,7 +185,7 @@
Fixed various bugs and made various improvements.
</note>
<submitter name='Mukul Gandhi, Jorge L. Williams, Octavian Nadolu, Radu
Coravu'/>
- </fix>
+ </fix>
</changes>
</release>
<release version='&ParserName; 2.11.0'>
Modified: xerces/java/trunk/docs/releases.xml
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?rev=1874195&r1=1874194&r2=1874195&view=diff
==============================================================================
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Wed Feb 19 13:18:22 2020
@@ -51,19 +51,19 @@
</fix>
<fix>
<note>
- For certain cases, while doing XML Schema 1.1 xs:assert validations,
error messages appeared
- like following 'FOAR0001 - Division by zero'. Modified such error
messages, to now contain
- the character ':' instead of '-' (since, the character '-' can be
confused with a negation symbol).
+ When XML Schema 1.1 documents having xs:assert are used for XML
document validation, for certain use cases
+ error messages appeared like following 'FOAR0001 - Division by zero'.
Modified such error messages, to now
+ contain the character ':' instead of '-' (since, the character '-'
may be confused with a negation symbol).
</note>
<submitter name='Mukul Gandhi'/>
</fix>
<fix>
<note>
- The 'XML Schema 1.1 structures' REC in the section, "3.2.3
Constraints on XML Representations of
- Attribute Declarations (Schema Representation Constraint: Attribute
Declaration
- Representation)" mentions, '5 If fixed and use are both present, use
must not have the actual value
- prohibited'. This functionality is newly introduced in XML Schema
1.1. Fixed a runtime validation issue
- for this XSD clause, when XSD 1.1 implementation is invoked in XSD
1.0 mode.
+ The 'XML Schema 1.1 structures' Recommendation in the section,
"3.2.3 Constraints on XML Representations
+ of Attribute Declarations (Schema Representation Constraint:
Attribute Declaration Representation)"
+ mentions, '5 If fixed and use are both present, use must not have
the actual value prohibited'. This
+ functionality is newly introduced in XML Schema 1.1. Fixed a runtime
validation issue for this XSD clause,
+ when XSD 1.1 implementation is invoked in XSD 1.0 mode.
</note>
<submitter name='Mukul Gandhi'/>
</fix>
@@ -86,7 +86,7 @@
<note>
Fixed minor bugs and made various improvements.
</note>
- <submitter name='Michael Glavassevich, Mukul Gandhi, Octavian Nadolu'/>
+ <submitter name='Mukul Gandhi, Michael Glavassevich, Octavian Nadolu'/>
</fix>
<add>
<note>
Modified: xerces/site/trunk/production/xerces2-j/releases.html
URL:
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/releases.html?rev=1874195&r1=1874194&r2=1874195&view=diff
==============================================================================
--- xerces/site/trunk/production/xerces2-j/releases.html (original)
+++ xerces/site/trunk/production/xerces2-j/releases.html Wed Feb 19 13:18:22
2020
@@ -67,17 +67,17 @@
<CODE>
[Mukul Gandhi, Yitzhak Khabinsky]
</CODE></LI><LI><IMG alt="fix:" border="0" hspace="4"
src="resources/changes-fix.jpg" vspace="4">
- For certain cases, while doing XML Schema 1.1 xs:assert validations,
error messages appeared
- like following 'FOAR0001 - Division by zero'. Modified such error
messages, to now contain
- the character ':' instead of '-' (since, the character '-' can be
confused with a negation symbol).
+ When XML Schema 1.1 documents having xs:assert are used for XML
document validation, for certain use cases
+ error messages appeared like following 'FOAR0001 - Division by zero'.
Modified such error messages, to now
+ contain the character ':' instead of '-' (since, the character '-'
may be confused with a negation symbol).
<CODE>
[Mukul Gandhi]
</CODE></LI><LI><IMG alt="fix:" border="0" hspace="4"
src="resources/changes-fix.jpg" vspace="4">
- The 'XML Schema 1.1 structures' REC in the section, "3.2.3
Constraints on XML Representations of
- Attribute Declarations (Schema Representation Constraint: Attribute
Declaration
- Representation)" mentions, '5 If fixed and use are both
present, use must not have the actual value
- prohibited'. This functionality is newly introduced in XML Schema
1.1. Fixed a runtime validation issue
- for this XSD clause, when XSD 1.1 implementation is invoked in XSD
1.0 mode.
+ The 'XML Schema 1.1 structures' Recommendation in the section,
"3.2.3 Constraints on XML Representations
+ of Attribute Declarations (Schema Representation Constraint:
Attribute Declaration Representation)"
+ mentions, '5 If fixed and use are both present, use must not have
the actual value prohibited'. This
+ functionality is newly introduced in XML Schema 1.1. Fixed a runtime
validation issue for this XSD clause,
+ when XSD 1.1 implementation is invoked in XSD 1.0 mode.
<CODE>
[Mukul Gandhi]
</CODE></LI><LI><IMG alt="fix:" border="0" hspace="4"
src="resources/changes-fix.jpg" vspace="4">
@@ -94,7 +94,7 @@
</CODE></LI><LI><IMG alt="fix:" border="0" hspace="4"
src="resources/changes-fix.jpg" vspace="4">
Fixed minor bugs and made various improvements.
<CODE>
- [Michael Glavassevich, Mukul Gandhi, Octavian Nadolu]
+ [Mukul Gandhi, Michael Glavassevich, Octavian Nadolu]
</CODE></LI><LI><IMG alt="add:" border="0" hspace="4"
src="resources/changes-add.jpg" vspace="4">
Added many new tests to the regression since the previous Xerces
release, for Xerces's
XML Schema 1.0 and 1.1 implementations.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]