I have an xml file.
This file has attributes and the values are in Cyrillic.
How I can read this xml file?
Ex Xml:
<Ships>
<Ship X="3" Y="Г" Length="3" Orientation="vertical" />
<Ship X="7" Y="А" Length="2" Orientation="horizontal" />
<Ship X="10" Y="Ж" Length="1" />
</Ships>