Fix DocBook CND to remove xml namespace
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 5 Nov 2015 11:32:32 +0000 (11:32 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 5 Nov 2015 11:32:32 +0000 (11:32 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8544 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.server.jcr/ext/test/org/argeo/jcr/docbook/WikipediaSample.dbk.xml

index f4c7deb5d851bba3db2f1972a8b8383b7c80cee5..29f5b709be41863774a16a87c9c0daa89298e092 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<book xml:id="simple_book" xmlns="http://docbook.org/ns/docbook">
+<book xmlns="http://docbook.org/ns/docbook">
        <title>Very simple book</title>
-       <chapter xml:id="chapter_1">
+       <chapter>
                <title>Chapter 1</title>
                <para>Hello world!</para>
                <para>I hope that your day is proceeding <emphasis>splendidly</emphasis>!</para>
        </chapter>
-       <chapter xml:id="chapter_2">
+       <chapter>
                <title>Chapter 2</title>
                <para>Hello again, world!</para>
        </chapter>