xsl-list
[Top] [All Lists]

Re: List of XSL entities

2004-11-30 06:50:38
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(_dot_)Josten(_at_)Daidalos(_dot_)nl
IT-consultant at Daidalos BV, Zoetermeer (NL)

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

GPG: 1024D/12DEBB50

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>