\ does not introduce an escape sequence in XML. Either put actual newline characters in your file (WARNING: XML normalizes linebreaks; see the XML spec for details), or use XML's version of a character escape (eg numeric character references such as ), or think of \n as a text literal (as far as XML is concerned) and postprocess it after the XML tools are done with them.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
