Thomas Schraitle <tom_schr <at> web.de> writes: > > Hello John, > > On Samstag, 5. April 2008, John Brown wrote: > > [...] > > When I run 'xmllint --noout --relaxng /path/to/docbook.rng test.xml', > > it returns: > > test.xml:1: element chapter: Relax-NG validity error : Did not expect > > element chapter there [snip]
> I would suggest to try another validator, for > example jing or msv. [snip] > > Tom > By some more trial and error, I discovered that I needed to specify the namespace. The following works: <!-- external file test1.xml --> <chapter xmlns="http://docbook.org/ns/docbook"> <title/><para/> </chapter> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
