PHP's SimpleXML: How to use colons in names

前端 未结 3 1216
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-06 05:54

I am trying to generate an RSS Google Merchant, using SimpleXML.

The sample given by Google is:




        
3条回答
  •  执念已碎
    2020-12-06 06:11

    You need to add that namespace to a parent node, preferably the root rss one, so that the child nodes can inherit it instead of having to explicitly specify it each time.

提交回复
热议问题