Added: 
maven/doxia/doxia/branches/doxia-modules/doxia-module-xdoc/DOXIA-123/src/test/resources/test-xdoc-xsd.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-modules/doxia-module-xdoc/DOXIA-123/src/test/resources/test-xdoc-xsd.xml?view=auto&rev=561788
==============================================================================
--- 
maven/doxia/doxia/branches/doxia-modules/doxia-module-xdoc/DOXIA-123/src/test/resources/test-xdoc-xsd.xml
 (added)
+++ 
maven/doxia/doxia/branches/doxia-modules/doxia-module-xdoc/DOXIA-123/src/test/resources/test-xdoc-xsd.xml
 Wed Aug  1 05:49:04 2007
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+
+<!--
+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.
+-->
+
+<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 
../../main/resources/xdoc-2.0.xsd">
+
+  <properties>
+    <title>Test Xdoc XSD</title>
+    <author email="[EMAIL PROTECTED]">Vincent Siveton</author>
+  </properties>
+  <body>
+    <section name="Documentation">
+      <p>
+        This page test the new Xdoc schema for <a 
href="http://maven.apache.org/doxia";>Doxia</a>.
+      </p>
+      <h4>Documentation</h4>
+      <ul>
+        <li>item 1</li>
+        <li>item 2
+          <ul>
+            <li>item 21</li>
+            <li>item 22</li>
+          </ul>
+        </li>
+      </ul>
+      <h4>Additional</h4>
+      <pre>
+        TOTO
+      </pre>
+      <h4>Example</h4>
+      <pre><![CDATA[
+Pure <xml> text
+        ]]>
+      </pre>
+      <subsection name="Sub section">
+        <p>Subsection</p>
+        <macro name="name">
+          <param name="name" value="value"/>
+          <param name="name" value="value"/>
+        </macro>
+      </subsection>
+    </section>
+  </body>
+</document>

Propchange: 
maven/doxia/doxia/branches/doxia-modules/doxia-module-xdoc/DOXIA-123/src/test/resources/test-xdoc-xsd.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/doxia/doxia/branches/doxia-modules/doxia-module-xdoc/DOXIA-123/src/test/resources/test-xdoc-xsd.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"


Reply via email to