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
121 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 …
0
votes
1answer
116 views

PHP Array_Sum on multi dimensional array

If I have a multi dimensional array in PHP like so... [0] => Array ( [url] => http://domain1.com [domain] => domain1.com [values] => Arra …