Hi
Was wondering if anyone can help with this. I have been trying to amend the Google Data feed XML to be in line with Google’s latest requirements. One of these is to insert a “google_product_catagory” for each product.
Below is the variable I have inserted as part of the Layout for the XML feed
<actinic:block if="%3cactinic%3avariable%20name%3d%22brand%22%20%2f%3e%20%21%3d%20%22%22"><g:brand><actinic:variable name="brand" /></g:brand></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Gender%22%20%2f%3e%20%21%3d%20%22%22" ><g:gender><actinic:variable name="Gender" /></g:gender></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Colour%22%20%2f%3e%20%21%3d%20%22%22" ><g:colour><actinic:variable name="Colour" /></g:colour></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22mpn%22%20%2f%3e%20%21%3d%20%22%22" ><g:mpn><actinic:variable name="mpn" /></g:mpn></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22product%5ftype%22%20%2f%3e%20%21%3d%20%20%22%22" ><groduct_type><actinic:variable name="product_type" /></groduct_type></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22google%5fproduct%5fcategory%22%20%2f%3e%20%21%3d%20%20%22%22" ><g:google_product_category><actinic:variable name="google_product_category" /></g:google_product_category></actinic:block>
When I upload the site like this the live version of the XML page on our website I get an error as follows
This page contains the following errors:
error on line 1 at column 977:
xmlParseEntityRef: no name
Below is a rendering of the page up to the first
error.
***
Google product catagory and the line above it for Product type are created the
same way and then coded in the way but the Product type works fine and the
Product Catagory fails – can anyone help?
Was wondering if anyone can help with this. I have been trying to amend the Google Data feed XML to be in line with Google’s latest requirements. One of these is to insert a “google_product_catagory” for each product.
Below is the variable I have inserted as part of the Layout for the XML feed
<actinic:block if="%3cactinic%3avariable%20name%3d%22brand%22%20%2f%3e%20%21%3d%20%22%22"><g:brand><actinic:variable name="brand" /></g:brand></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Gender%22%20%2f%3e%20%21%3d%20%22%22" ><g:gender><actinic:variable name="Gender" /></g:gender></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Colour%22%20%2f%3e%20%21%3d%20%22%22" ><g:colour><actinic:variable name="Colour" /></g:colour></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22mpn%22%20%2f%3e%20%21%3d%20%22%22" ><g:mpn><actinic:variable name="mpn" /></g:mpn></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22product%5ftype%22%20%2f%3e%20%21%3d%20%20%22%22" ><groduct_type><actinic:variable name="product_type" /></groduct_type></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22google%5fproduct%5fcategory%22%20%2f%3e%20%21%3d%20%20%22%22" ><g:google_product_category><actinic:variable name="google_product_category" /></g:google_product_category></actinic:block>
When I upload the site like this the live version of the XML page on our website I get an error as follows
This page contains the following errors:
error on line 1 at column 977:
xmlParseEntityRef: no name
Below is a rendering of the page up to the first
error.
***
Google product catagory and the line above it for Product type are created the
same way and then coded in the way but the Product type works fine and the
Product Catagory fails – can anyone help?
Comment