Search Results

1
vote
2answers
2k views

Validate XML using a custom DTD in PHP

Is there a way (without installing any libraries) of validating XML using a custom DTD in PHP? …
0
votes
2answers
123 views

DomDocument failing to add a “link” element for RSS feed

I am trying to create an RSS feed in PHP using DomDocument but every time I try to make a node like http://domain.com the script fails $oDomDocument = new DOMDocument( "1.0", "iso-8 …