]> granicus.if.org Git - docbook-dsssl/commit
For docbook-xsl builds, feed xjparse the -EO and -w switches.
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 1 Jul 2007 09:23:03 +0000 (09:23 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 1 Jul 2007 09:23:03 +0000 (09:23 +0000)
commit49c288e8a31c89be7a9979e8eb31a00dfc1e9d40
tree7375369c90242c3c8b0f0897638938441e4bef74
parent223e57991c6a7083d36ab873b74af891aea8e7f0
For docbook-xsl builds, feed xjparse the -EO and -w switches.
 -E0
   suppresses the "Parse succeeded... with no errors and no warnings"
   messages that xjparse (actually, the XML Commons resolver)
   otherwise emits.
 -w
   cause xjparse/resolver to only do a well-formedness check,
   instead of trying to do validation; the reason for adding this
   is that xjparse gets run against what are now doctype-less,
   namespaced DocBook instances (after recent changes to the
   build) and fails to validate those (because they don't have a
   doctype)
 What we really need to do long-term is replace xjparse with a
 better, RELAXNG-aware validation mechanism, so that we can have
 the build properly validate stuff that it should be checking.
 That maybe amounts to making an "xslt" wrapper tool that either
 calls jing or rnv (depending on what the builder wants to use).

 But for now we'll need to tolerate that fact that xjparse isn't
 doing anything more for us than just simply WF checking...
buildtools/Makefile.incl
xsl/Makefile
xsl/common/Makefile