|
Posted by Oli Filth on 10/06/65 11:18
Rainer Mohr said the following on 10/06/2005 19:30:
> Hi Malcolm
>
> Malcolm Dew-Jones wrote:
>
>>Why not? The user needs to use the correct format for the data, and XML
>>is quite definitively case sensitive.
>
>
> I Know, but I cant influence what the users upload. Their xml data is
> created by different softwares and they dont even know what is in the
> files. They cant influence what the softwares do anyway.
Yes, but then that's their problem, not yours. If they upload invalid
XML, then that's their fault.
XML is supposed to be case-sensitive. If their software thinks
otherwise, then their software is wrong.
If you still want to work around this, then either use the event-driven
XML functions which allow you to ignore case, or build your own XML
parser (which isn't actually that hard).
--
Oli
Navigation:
[Reply to this message]
|