You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/01/28 15:11:06 UTC

svn commit: r738493 - in /maven/doxia/site/src: books/example-book.xml site/site.xml site/xdoc/references/index.xml

Author: vsiveton
Date: Wed Jan 28 14:11:06 2009
New Revision: 738493

URL: http://svn.apache.org/viewvc?rev=738493&view=rev
Log:
o added XSD

Modified:
    maven/doxia/site/src/books/example-book.xml
    maven/doxia/site/src/site/site.xml
    maven/doxia/site/src/site/xdoc/references/index.xml

Modified: maven/doxia/site/src/books/example-book.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/books/example-book.xml?rev=738493&r1=738492&r2=738493&view=diff
==============================================================================
--- maven/doxia/site/src/books/example-book.xml (original)
+++ maven/doxia/site/src/books/example-book.xml Wed Jan 28 14:11:06 2009
@@ -1,5 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  /*
+  * Licensed to the Apache Software Foundation (ASF) under one
+  * or more contributor license agreements.  See the NOTICE file
+  * distributed with this work for additional information
+  * regarding copyright ownership.  The ASF licenses this file
+  * to you under the Apache License, Version 2.0 (the
+  * "License"); you may not use this file except in compliance
+  * with the License.  You may obtain a copy of the License at
+  *
+  *   http://www.apache.org/licenses/LICENSE-2.0
+  *
+  * Unless required by applicable law or agreed to in writing,
+  * software distributed under the License is distributed on an
+  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  * KIND, either express or implied.  See the License for the
+  * specific language governing permissions and limitations
+  * under the License.
+  */
+-->
+
 <!-- START SNIPPET: example -->
-<book>
+<book xmlns="http://maven.apache.org/BOOK/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/BOOK/1.0.0 ../../../doxia/doxia-book/target/generated-site/xsd/book-1.0.0.xsd">
   <id>doxia-example-book</id>
   <title>XFire User Manual</title>
   <chapters>

Modified: maven/doxia/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=738493&r1=738492&r2=738493&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Wed Jan 28 14:11:06 2009
@@ -21,7 +21,10 @@
  */
  -->
 
-<project name="Doxia">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 ../../../doxia-sitetools/doxia-decoration-model/target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Doxia">
   <version position="none" />
   <!-- TODO remove when using Maven Parent 11+ -->
   <skin>

Modified: maven/doxia/site/src/site/xdoc/references/index.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/xdoc/references/index.xml?rev=738493&r1=738492&r2=738493&view=diff
==============================================================================
--- maven/doxia/site/src/site/xdoc/references/index.xml (original)
+++ maven/doxia/site/src/site/xdoc/references/index.xml Wed Jan 28 14:11:06 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 /*
@@ -17,9 +17,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
- -->
+-->
 
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 file:../../../../../doxia/doxia-modules/doxia-module-xdoc/src/main/resources/xdoc-2.0.xsd">
 
   <properties>
     <title>Doxia Markup Languages References</title>