View Full Version : Adding HTML to XML
King Kovifor
06-12-2006, 10:00 PM
I've created a product file by hand, and i've added a massive amount of HTML, and when I upload it (uploads fine) and visit the setting, it says "array"...
How can I get this to work?
tgreer
06-14-2006, 03:22 PM
To include any kind of markup within XML, you either need to put it into a CDATA section, and/or replace all reserved characters with their appropriate entities.
For example, if you have: <div>
you should change it to: <div>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.