Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Free yourself from XML addiction!
If you want to go with your approach, choose another symbol for "row end" and "entry end". You don't need to write verbose xml inside your code.
Also why public getCoord? Nobody should use this. Its the guts of your solution. Hide it!
In general, building this string just to convert it into an array is questionable. Why not define the needed array directly as an array in the code. Hardcoding constants(!) is a good thing.