Author: vsiveton Date: Thu Jan 22 22:19:02 2009 New Revision: 736960 URL: http://svn.apache.org/viewvc?rev=736960&view=rev Log: o added XSD in the test resources, I know it includes relative pathes on doxia dir but it is not a requirement for the build
Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/fml/test.fml maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/fml/test.fml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/fml/test.fml?rev=736960&r1=736959&r2=736960&view=diff ============================================================================== --- maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/fml/test.fml (original) +++ maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/fml/test.fml Thu Jan 22 22:19:02 2009 @@ -19,7 +19,10 @@ --> <!-- TODO [later]: faqs need some sorting --> -<faqs title="Frequently Asked Questions"> +<faqs xmlns="http://maven.apache.org/FML/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/FML/1.0 file:../../../../../../../doxia/doxia-modules/doxia-module-fml/src/main/resources/fml-1.0.xsd" + title="Frequently Asked Questions"> <part id="general"> <title>General</title> Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml?rev=736960&r1=736959&r2=736960&view=diff ============================================================================== --- maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml (original) +++ maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/xdoc/test.xml Thu Jan 22 22:19:02 2009 @@ -1,6 +1,27 @@ -<?xml version="1.0" ?> +<?xml version="1.0" encoding="UTF-8"?> -<document> +<!-- + 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 file:../../../../../../../doxia/doxia-modules/doxia-module-xdoc/src/main/resources/xdoc-2.0.xsd"> <properties> <title>Title</title> @@ -10,10 +31,9 @@ <body> - <p>Paragraph 1, line 1. Paragraph 1, line 2.</p> - <p>Paragraph 2, line 1. Paragraph 2, line 2.</p> - <section name="Section title"> + <p>Paragraph 1, line 1. Paragraph 1, line 2.</p> + <p>Paragraph 2, line 1. Paragraph 2, line 2.</p> <subsection name="Sub-section title"> <h4>Sub-sub-section title</h4> <h5>Sub-sub-sub-section</h5>