Re: will no line breaks in xml file cause a problem ?
Posted by RageARC on 09/26/07 10:13
If they contain no line breaks but only the XML, then you should use a
XML parser and not some regular expressions to parse the file by
line ;). A XML Parser would give you much more flexibility and ease of
use.
http://www.criticaldevelopment.net/xml/doc.php -> Take a look.