Subject: List of XSL entities
From: "Jaime Stuardo" <jstuardo@xxxxxxxxxxx>
Date: Tue, 30 Nov 2004 10:28:15 -0400
|
Hi all...
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:
& --> &
< --> <
> --> >
@ --> ?????
Any hint will be greatly appreciated
Thanks
Jaime
|