Click to See Complete Forum and Search --> : storing text/html in xml


lucleclerc
01-11-2009, 11:16 AM
hello,

i am having some kind of a problem regarding storage of text/html data in xml format...

for example, i want to put text/data in a xml file, same kind as the description seen on this page:
http://ulisse.ca/maisons/samantha_3_en.html

nothing too crazy, just a few hundred characters...

i do use <![CDATA[(blablabla]]> in elements containing text/html. BUT for some reason (help?) my data gets truncated halfway through, and the end part of the CDATA tag is omitted, THEREFORE my xml becomes invalid (argh the frustration...)

i would be really (i mean REALLLLLY) happy if someone could kindly explain to me what is up with that...

thanks :)