Custom feed with id
-
Hello,
I’m trying to create custom feed with code.
In the feed i need<p id="Ahmad Tea">
<name>Ahmad Tea Ltd</name>
<address>
<countryCode>GB</countryCode>
<street>Winchester Road</street>
<postalCode>SO16 0YW</postalCode>
<city>Southampton</city>
</address>
<contact>
<email>[email protected]</email>
<phoneNumber>+44 23 8074 0000</phoneNumber>
</contact>
</p>But when p element has id or any other sign it’s generate an error AttValue: ” or ‘ expected
When i add sumple <p> it is working fine.
Any idea how to add id to element?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Custom feed with id’ is closed to new replies.