Re: DTDs, was: getAttribute()
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-05-10 09:52:57
|
On Friday 10 May 2002 1:11, Nigel Swinson wrote: > DTDs aren't parsed. Have observed that this is a deficiency, wasn't sure > how important it was to our users. Not sure how complex it would be to > parse and use either. > > Comments? it's a nice idea to be able to get default values out of a dtd, but surely the way to go to do this is to use xsd and not dtd. Then we can use phpxpath as it stands to get the appropriate default out of the xsd; phpxpath itself would not need to be changed - I can imagine the changes needed to use dtds would be substantial. |