I was trying to use Ogmo to make levels in XML and import them on C2. But i'm not sure how to read it...
This an example of the XML it creates:
<level>
<NewLayer0 exportMode="Bitstring">
0000000000000000000000000000000000000000
0000000000011110000000000000000000000000
0000000000111110000000000000000000000000
0000000000101000000000000000000000000000
0000000001101000000110000000000000000000
0000000000101100111111111000000000000000
0000000111101110100001000000000000000000
0000000100000110100001000000000000000000
</NewLayer0>
</level>
I can load the file, but I don't know which XPath string I need to read this. Can I convert this information to an array?