↧
Answer by Cristian Toma for DomDocument failing to add a "link" element for...
I tried your PHP code and it works.
View ArticleAnswer by Jonathan Campbell for DomDocument failing to add a "link" element...
Your code sample, as written, runs and produces valid XML without an error like the one you provided. Perhaps your sample got truncated when you pasted it?
View ArticleDomDocument 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-8859-1" ); // Create...
View Article