Hi, when I am parsing an XML document, it doesnt parse paragraphs that have line feeds correctly. For instance, if the tag is <Description>line 1 line2 line3 </description> it loses everything before line 3 . seems to take the line feeds as a new node or something. does anyone have any tips to get it to ignore the line feeds?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php