Problem with custom XML
-
Hello
I have problem with values when I use quotation marks between:
I try to generate XML:
<?xml version=”1.0″ encoding=”UTF-8″?>
<products date=”[alg_current_datetime datetime_format=”Y-m-d”]”><product id=”[alg_product_id]”>
<name>[alg_product_name cdata=”no”]</name>
<url>[alg_product_url]</url>
<brand>[alg_product_terms taxonomy=”pwb-brand”]</brand>
<categories>
<category>[alg_product_categories]</category>
</categories>
<photo>[alg_product_image_url image_size=”full”]</photo>
<description>[alg_product_short_description cdata=”no”]</description>
<price>[alg_product_price]</price>
</product>`</products>
but values:
[alg_current_datetime datetime_format=”Y-m-d”]
[alg_product_id]in XML are:
<product id=”[alg_product_id]”>
and
<product id=”[alg_product_id]”>instead date and product id value.
The page I need help with: [log in to see the link]
The topic ‘Problem with custom XML’ is closed to new replies.