Reported by fsundermeyer on 2012-08-15 08:53 UTC
The validate target for DocBook 5 is buggy, since we do not pass a Scheme for validation:
should be
ADDITIONAL_FLAGS="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration" jing -c /usr/share/xml/docbook/schema/rng/5.0/docbook.rnc ~toms/Export/daps/DoCookBook.xml
is:
ADDITIONAL_FLAGS="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration" jing \
(10:49:25) Magic: /local_data/svns/daps/trunk/daps/test/docbook5/build/.profiled/noprofile/DoCookBook.xml
Reported by fsundermeyer on 2012-08-15 08:53 UTC The validate target for DocBook 5 is buggy, since we do not pass a Scheme for validation:
should be ADDITIONAL_FLAGS="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration" jing -c /usr/share/xml/docbook/schema/rng/5.0/docbook.rnc ~toms/Export/daps/DoCookBook.xml
is: ADDITIONAL_FLAGS="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration" jing \ (10:49:25) Magic: /local_data/svns/daps/trunk/daps/test/docbook5/build/.profiled/noprofile/DoCookBook.xml
( c- is missing )