RE: [xsl] List of XSL entities

Subject: RE: [xsl] List of XSL entities
From: "Pawson, David" <David.Pawson@xxxxxxxxxxx>
Date: Tue, 30 Nov 2004 13:37:43 -0000
    -----Original Message-----
    From: Jaime Stuardo 

    I'm making a program that converts a CSV file to an XML 
    structure. That CSV may have some characters that make XML 
    invalid (for example, data can contain & or < characters), 
    so I need to get a complete list of entities or at least a 
    list of those characters. I tried searching in Google but I 
    couldn't find what I was looking for. At first, I know 
    these characters that make XML to crash:
    
    & --> &amp;
    < --> &lt;
    > --> &gt;
    @ --> ?????

Just & and <

The remainder aren't critical.

http://www.dpawson.co.uk/java/csv2xml.html

does it. Java, or

http://www.object-craft.com.au/projects/csv/ 
in python.

HTH DaveP


-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk

Current Thread