我正在使用SoapBox laravel包来创建XML。如何在其中添加rss标签。 https://github.com/SoapBox/laravel-formatter/issues/49
RSS文档https://support.google.com/merchants/answer/160589?hl=en说,要使Google Merchant Center属性起作用,就需要名称空间的rss标签。
如果我在数组中添加标签,格式化程序会将其更改为。如何添加呢?
尝试操纵XML发布创建,因为有很多产品,所以这不是一个好主意。
array_push($ xmlData,$ params);
$ formatter = Formatter :: make($ xmlData,Formatter :: ARR); $ xml = $ formatter-> toXml('rss');
检查程序包以允许直接添加带有链接的rss标签