Hello,
Could somebody help me with import xml file in Karel programming?
For example, I have this code in xml and I want to see this variables in robot variables (or in Karel variables).
<test>
<job>1</job>
<x>1500</x>
<y>-50</y>
<z>20</z>
</test>
Best regards!