> > /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
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
> 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
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