Re: [PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-25 Thread Hannes Magnusson
On Tue, Nov 24, 2009 at 23:52, Daniel Convissor wrote: > On Tue, Nov 24, 2009 at 04:20:52PM -0500, Rob Richards wrote: > >> I just cant find any decent way to do this. Using that flag just causes >> xmllint to build then doc and then do a validation against the DTD. > > Hmm...  Is it possible to d

[PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-25 Thread Hannes Magnusson
On Tue, Nov 24, 2009 at 22:20, Rob Richards wrote: > Hannes Magnusson wrote: >> >> On Sat, Nov 21, 2009 at 02:12, Hannes Magnusson >> wrote: >> >> >> Actually, I just tried it with xmllint. >> --dtdvalid doesn't inject the referenced dtd into the doc so entities >> aren't "copied over", its pure

Re: [PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-24 Thread Daniel Convissor
On Tue, Nov 24, 2009 at 04:20:52PM -0500, Rob Richards wrote: > I just cant find any decent way to do this. Using that flag just causes > xmllint to build then doc and then do a validation against the DTD. Hmm... Is it possible to determine the various DTD files required, cat them together in

[PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-24 Thread Rob Richards
Hannes Magnusson wrote: On Sat, Nov 21, 2009 at 02:12, Hannes Magnusson wrote: On Tue, Nov 17, 2009 at 18:31, Daniel Veillard wrote: On Tue, Nov 17, 2009 at 05:03:41PM +0100, Murray Cumming wrote: On Tue, 2009-11-17 at 14:24 +0100, Daniel Veillard wrote: On Tue, Nov

[PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-23 Thread Rob Richards
Hannes Magnusson wrote: On Sat, Nov 21, 2009 at 02:12, Hannes Magnusson wrote: On Tue, Nov 17, 2009 at 18:31, Daniel Veillard wrote: On Tue, Nov 17, 2009 at 05:03:41PM +0100, Murray Cumming wrote: On Tue, 2009-11-17 at 14:24 +0100, Daniel Veillard wrote: On Tue, Nov

[PHP-DOC] Re: [xml] xmllint: validating a document that doesn't specify a DTD

2009-11-21 Thread Hannes Magnusson
On Sat, Nov 21, 2009 at 02:12, Hannes Magnusson wrote: > On Tue, Nov 17, 2009 at 18:31, Daniel Veillard wrote: >> On Tue, Nov 17, 2009 at 05:03:41PM +0100, Murray Cumming wrote: >>> On Tue, 2009-11-17 at 14:24 +0100, Daniel Veillard wrote: >>> > On Tue, Nov 17, 2009 at 01:33:44PM +0100, Murray Cu