Re: [xml] RelaxNG schema and entities file: namespace warning : Namespace default prefix was not found

2009-11-17 Thread Daniel Veillard
On Wed, Nov 11, 2009 at 04:54:23PM +0100, Daniel Leidert wrote: Hi, Consider this example: !DOCTYPE foo [ !ENTITY comment 'comment id=comment.xml /' ] foo xmlns=http://foo.bar/ns/foo; ... comment; ... /foo When I run `xmllint --noout --noent --relaxng foo.rng foo.xml' I receive:

[xml] RelaxNG schema and entities file: namespace warning : Namespace default prefix was not found

2009-11-11 Thread Daniel Leidert
Hi, Consider this example: !DOCTYPE foo [ !ENTITY comment 'comment id=comment.xml /' ] foo xmlns=http://foo.bar/ns/foo; ... comment; ... /foo When I run `xmllint --noout --noent --relaxng foo.rng foo.xml' I receive: | namespace warning : Namespace default prefix was not found | ... | element