Re: [xml] Regarding LibXML Schema validation

2009-11-11 Thread Darko Miletic
Sudhindra Kulkarni wrote: Hi, I have a problem validating a xml generated from a schema which contains an element having xs:any namespace=##other /. When I try to include a element from another schema I get an error No matching global element declaration available but demanded by the

[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