Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread John Huntjens
> > /sys/tmp/php5-20030730/ext/dom/document.c: In function > > `php_dom_ctx_error': > > /sys/tmp/php5-20030730/ext/dom/document.c:120: parse error before > > `parser' > > /sys/tmp/php5-20030730/ext/dom/document.c:122: `parser' undeclared > > (first use in this function) > > /sys/tmp/php

Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread Rob Richards
John Huntjens wrote in message > /sys/tmp/php5-20030730/ext/dom/document.c: In function > `php_dom_ctx_error': > /sys/tmp/php5-20030730/ext/dom/document.c:120: parse error before > `parser' > /sys/tmp/php5-20030730/ext/dom/document.c:122: `parser' undeclared > (first use in this functi

Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread John Huntjens
> Grab the latest code from cvs (added yesterday). New properties were added > to the domDocument. (They are all booleans). > > validateOnParse - default FALSE (will load and validate against DTD) > resolveExternals - default FALSE (will load the DTD without performaing > validation) > preserveWh

Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread Rob Richards
From: John Huntjens > When running the test script, in the entitys get not expanded. > But the standard > http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-D > OMConfiguration > says about this: DOMConfiguration has not been implemented at the moment as it is level 3 spec