does anyone know if XML attributes have a character limit?.. i’ve been having problems with dynamically updating a portfolio thru XML, in which the title, client, link, description are stored as attributes. Thing is they can be quite long, and for some reason ive been getting errors and although it works perfectly for a while, occasionally the XML file will suddenly turn up blank. I was thinking it might be length/wrapping of text or something that’s destroying the integrity of the XML object. Has anyone run into any serious issues like this using attributes? thx.
CC