Issue with SimpleXML - HELP :(

Hi there,

I’m facing an issue with simpleXML, that it bugs out when it reads a xml node that doesnt have a value like…

<info></info>

Is there a way to stop it getting all upset when this happens? I have empty nodes all thru my xml and it would be a nightmare to actually have to alter the xml as its automatically generated. Any suggestions anyone?

Thanks