Hi,
I have an xml which looks like this:

<Events>
<Event xmlns="http://abc.com">
<System>
<Name ="abc" />
</System>
<Manager>
<Name ="abc1" />
</System>
</Event>
</Events>

I use the following code to obtain the System node and it fails

...