Re: [xsl] List of XSL entities

Subject: Re: [xsl] List of XSL entities
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Tue, 30 Nov 2004 14:50:38 +0100
Oops, missed this reply.

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



-- Geert.Josten@xxxxxxxxxxx IT-consultant at Daidalos BV, Zoetermeer (NL)

http://www.daidalos.nl/
tel:+31-(0)79-3316961
fax:+31-(0)79-3316464

GPG: 1024D/12DEBB50

Current Thread