Has anybody ever been able to get xmllint to work on a chapter of the released XML-format docs?
Near as I can tell, the "Validation Using the CLI" section of the docs page is out-of-date (as in, that xmllint command doesn't work). The tutorial also suggests using xmllint in the same way, which probably works on a from-scratch file, but doesn't work on the existing manuals. The root of the problem seems to be that the docs contain entities that aren't defined anywhere (e.g. "“", etc.). These are defined in isonum.ent (in the DocBook distribution, for example), but I don't see that docbook file included by the any chapter*.xml file, or by the validator. The entities don't seem to be defined in xsolbook.dtd either. Anybody have any ideas on this? Thanks! Mike Sample file: 20080215/DYNMCTRCGGD/chapter1.xml Command line: xmllint --valid --noout chapter1.xml Entities missing: ? “, ”,  , etc.? This message posted from opensolaris.org
