Author: vsiveton
Date: Mon Jun 15 12:12:15 2009
New Revision: 784746
URL: http://svn.apache.org/viewvc?rev=784746&view=rev
Log:
DOXIA-322: Publish xsds v 1.0.1
o update the documentation
Modified:
maven/doxia/doxia/trunk/doxia-core/src/site/apt/using-document-xsd.apt
maven/doxia/site/src/site/fml/faq.fml
Modified: maven/doxia/doxia/trunk/doxia-core/src/site/apt/using-document-xsd.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/src/site/apt/using-document-xsd.apt?rev=784746&r1=784745&r2=784746&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/src/site/apt/using-document-xsd.apt
(original)
+++ maven/doxia/doxia/trunk/doxia-core/src/site/apt/using-document-xsd.apt Mon
Jun 15 12:12:15 2009
@@ -1,5 +1,5 @@
-----
- Using Schema Document 1.0
+ Using Schema Document 1.0.1
-----
Vincent Siveton
------
@@ -26,16 +26,16 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
-Using Schema Document 1.0
+Using Schema Document 1.0.1
- The Decoration XSD is located
{{{http://maven.apache.org/xsd/document-1.0.0.xsd}here}}.
+ The Decoration XSD is located
{{{http://maven.apache.org/xsd/document-1.0.1.xsd}here}}.
Your favorite IDE probably supports XSD schema's for .xml files. You need to
specify the following:
+-----+
-<document xmlns="http://maven.apache.org/DOCUMENT/1.0.0"
+<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.0
http://maven.apache.org/xsd/document-1.0.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1
http://maven.apache.org/xsd/document-1.0.1.xsd"
outputName="...">
...
</document>
Modified: maven/doxia/site/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/fml/faq.fml?rev=784746&r1=784745&r2=784746&view=diff
==============================================================================
--- maven/doxia/site/src/site/fml/faq.fml (original)
+++ maven/doxia/site/src/site/fml/faq.fml Mon Jun 15 12:12:15 2009
@@ -89,12 +89,12 @@
<dl>
<dt>Xdoc XSD 2.0</dt>
<dd><a
href="http://maven.apache.org/xsd/xdoc-2.0.xsd">http://maven.apache.org/xsd/xdoc-2.0.xsd</a></dd>
- <dt>FML XSD 1.0</dt>
+ <dt>FML XSD 1.0.1</dt>
<dd><a
href="http://maven.apache.org/xsd/fml-1.0.1.xsd">http://maven.apache.org/xsd/fml-1.0.1.xsd</a></dd>
<dt>Book XSD 1.0</dt>
<dd><a
href="http://maven.apache.org/xsd/book-1.0.0.xsd">http://maven.apache.org/xsd/book-1.0.0.xsd</a></dd>
- <dt>Document XSD 1.0</dt>
- <dd><a
href="http://maven.apache.org/xsd/document-1.0.0.xsd">http://maven.apache.org/xsd/document-1.0.0.xsd</a></dd>
+ <dt>Document XSD 1.0.1</dt>
+ <dd><a
href="http://maven.apache.org/xsd/document-1.0.1.xsd">http://maven.apache.org/xsd/document-1.0.1.xsd</a></dd>
<dt>Decoration XSD 1.0</dt>
<dd><a
href="http://maven.apache.org/xsd/decoration-1.0.0.xsd">http://maven.apache.org/xsd/decoration-1.0.0.xsd</a></dd>
</dl>
@@ -121,9 +121,9 @@
...
</book></source>
<source>
-<document xmlns="http://maven.apache.org/DOCUMENT/1.0.0"
+<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.0
http://maven.apache.org/xsd/document-1.0.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1
http://maven.apache.org/xsd/document-1.0.1.xsd"
outputName="...">
...
</document></source>