Strainu wrote:
I'm trying to parse the following xml (abbriged for brevity):
<?xml version="1.0" encoding="UTF-8"?>
<județ> <siruta>47</siruta> <nume>Județul Bacău</nume> </județ>
Every validator I've tried marks an error on the ț in the tag named județ.
Hi.
This list is a fine place to ask. :-)
Are you having trouble with validation or parsing? Validators can simply be wrong. Which validators are you using? And which parsers are you using?
Can you be more specific about what you're trying to do (feel free to link to or include sample code) and the tools you're trying to do it with?
MZMcBride