I am working with the XML file format. My file is similar to this; the first line is blank. How can I skip the empty line?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Level1>
<Level2>
<Props>
<ObjectID>AAAAA</ObjectID>
<SAPIDENT>31-8200</SAPIDENT>
<Quantity>1</Quantity>
<Merkmalname>TX_B</Merkmalname>
<Merkmalswert> 600</Merkmalswert>
</Props>
<Props>
<ObjectID>AAAAA</ObjectID>
<SAPIDENT>31-8200</SAPIDENT>
<Quantity>3</Quantity>
<Merkmalname>TX_B</Merkmalname>
<Merkmalswert> 900</Merkmalswert>
</Props>
</Level2></Level1>