Author: vsiveton
Date: Thu Jan 22 05:51:52 2009
New Revision: 736639

URL: http://svn.apache.org/viewvc?rev=736639&view=rev
Log:
o added XSD in the test resources

Modified:
    
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/simpleFaq.fml
    
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/test.fml

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/simpleFaq.fml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/simpleFaq.fml?rev=736639&r1=736638&r2=736639&view=diff
==============================================================================
--- 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/simpleFaq.fml
 (original)
+++ 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/simpleFaq.fml
 Thu Jan 22 05:51:52 2009
@@ -18,7 +18,10 @@
 under the License.
 -->
 
-<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:../../main/resources/fml-1.0.xsd"
+  title="Frequently Asked Questions">
 
   <part id="general">
     <title>General</title>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/test.fml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/test.fml?rev=736639&r1=736638&r2=736639&view=diff
==============================================================================
--- 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/test.fml
 (original)
+++ 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/test/resources/test.fml
 Thu Jan 22 05:51:52 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:../../main/resources/fml-1.0.xsd"
+  title="Frequently Asked Questions">
 
   <part id="general">
     <title>General</title>


Reply via email to