openSUSE / daps

DocBook Authoring and Publishing Suite (DAPS)
https://openSUSE.github.io/daps
Other
62 stars 19 forks source link

Fix jing validation for DocBook 5 [sf#97] #97

Closed tomschr closed 9 years ago

tomschr commented 9 years ago

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 )

tomschr commented 9 years ago

Updated by fsundermeyer on 2012-11-30 20:27

tomschr commented 9 years ago

Commented by fsundermeyer on 2012-11-30 20:27 Fixed with SVN commit 2311.