[PHP] XML

2001-04-04 Thread Andreas Sisask
Hello, Does php have some feature of using .dtd or .xsd in parsing an .xml file? I mean for example if I parse some .xml (which refers to some .dtd) it checks that the .xml is correct or if not then gives quite exact error about it. Andreas -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] XML

2001-04-04 Thread Andreas Sisask
ood to go. I've parsed .rdf just > fine... > > --Joe > > On Wed, Apr 04, 2001 at 03:09:36PM +0200, Andreas Sisask wrote: > > Hello, > > > > Does php have some feature of using .dtd or .xsd in parsing an .xml file? > > I mean for example if I parse some .