Author: mukulg
Date: Tue Aug 7 04:40:58 2018
New Revision: 1837573
URL: http://svn.apache.org/viewvc?rev=1837573&view=rev
Log:
committing minor change to documentation
Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml
xerces/java/trunk/docs/faq-xs.xml
xerces/site/trunk/production/xerces2-j/faq-xs.html
Modified: xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml?rev=1837573&r1=1837572&r2=1837573&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/faq-xs.xml Tue Aug 7 04:40:58
2018
@@ -51,8 +51,8 @@ v.validate(instanceDocument);
and do the subsequent validation.
</p>
<p>You can also refer to the JAXP sample, SourceValidator, where you
- can validate XML documents against 1.1 schemas by specifying the
"-xsd11"
- flag when running the sample.</p>
+ can validate XML documents against 1.1 schemas by specifying an
option "-xsd11"
+ when running the sample.</p>
<p>Each document that uses XML Schema grammars must specify the location
of the
grammars it uses by using an xsi:schemaLocation attribute if they use
namespaces, and an xsi:noNamespaceSchemaLocation attribute
Modified: xerces/java/trunk/docs/faq-xs.xml
URL:
http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-xs.xml?rev=1837573&r1=1837572&r2=1837573&view=diff
==============================================================================
--- xerces/java/trunk/docs/faq-xs.xml (original)
+++ xerces/java/trunk/docs/faq-xs.xml Tue Aug 7 04:40:58 2018
@@ -51,8 +51,8 @@ v.validate(instanceDocument);
and do the subsequent validation.
</p>
<p>You can also refer to the JAXP sample, SourceValidator, where you
- can validate XML documents against 1.1 schemas by specifying the
"-xsd11"
- flag when running the sample.</p>
+ can validate XML documents against 1.1 schemas by specifying an
option "-xsd11"
+ when running the sample.</p>
<p>Each document that uses XML Schema grammars must specify the location
of the
grammars it uses by using an xsi:schemaLocation attribute if they use
namespaces, and an xsi:noNamespaceSchemaLocation attribute
Modified: xerces/site/trunk/production/xerces2-j/faq-xs.html
URL:
http://svn.apache.org/viewvc/xerces/site/trunk/production/xerces2-j/faq-xs.html?rev=1837573&r1=1837572&r2=1837573&view=diff
==============================================================================
--- xerces/site/trunk/production/xerces2-j/faq-xs.html (original)
+++ xerces/site/trunk/production/xerces2-j/faq-xs.html Tue Aug 7 04:40:58 2018
@@ -74,8 +74,8 @@ v.validate(instanceDocument);
and do the subsequent validation.
</P>
<P>You can also refer to the JAXP sample, SourceValidator, where you
- can validate XML documents against 1.1 schemas by specifying the
"-xsd11"
- flag when running the sample.</P>
+ can validate XML documents against 1.1 schemas by specifying an
option "-xsd11"
+ when running the sample.</P>
<P>Each document that uses XML Schema grammars must specify the location
of the
grammars it uses by using an xsi:schemaLocation attribute if they use
namespaces, and an xsi:noNamespaceSchemaLocation attribute
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]