
May 3rd, 2001, 12:43 PM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I'm parsing an XML document using PHP's built in EXPAT XML parser.
I know EXPAT is an event-based parser and it ignores any DTDs linked to a document...
What I want to know is if there is a way that EXPAT doesn't ignore the DTD or if it is no possible... what parser should I use and how can I get it.
(I'm working with WIN 2000 + Apache + PHP).
Thanks in advance...
|