PHP's SimpleXML: How to use colons in names
- by nute
I am trying to generate an RSS Google Merchant, using SimpleXML.
The sample given by Google is:
<?xml version="1.0"?>
<rss version="2.0"
xmlns:g="http://base.google.com/ns/1.0">
<channel>
<title>The name of your data feed</title>
<link>http://www.example.com</link>
<description>A description of…