Re: [xsl] MS XML Parser

Subject: Re: [xsl] MS XML Parser
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 16 Nov 2001 09:48:23 GMT
> The line is a Unix linefeed (just 1 character) instead of DOS linefeed
> which is what I want.

whether an XML file has dos or unix or mac line feeds can't be
detetected after an XML parse (they all come out as a single x#A
character) so when lineraising an XML file it is up to the system to
put in whichever line endings it thinks best. On windows some systems
use crlf and some use lf, it seems. If you are writing XML it doesn't
matter.. If you are writing plain text then it might, but there are
plenty of utilities that will change the line ends.

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread