I've got an XML file on a server. It is protected with an standard Http-Authorization. I want to parse the file. So what is the right way to get the file to the parser?
The authentification string I already have (Base64).
The XML looks like:
<action>
<class>11/1,11/2,11/3,11/4/ lat1</class>
<hour>1</hour>
<lesson>Eng</lesson>
<teacher>Schr</teacher>
<room>E312</room>
<info>for Lat Gri </info>
</action>
<action>
<class>11/1,11/2,11/3,11/4/ lat1</class>
<hour>2</hour>
<lesson>Eng</lesson>
<teacher>Schr</teacher>
<room>E312</room>
<info>for Lat Gri </info>
</action>