Xml light State from an http request

Hello
i’m trying to get status of a light sending an http request to the relais like this:

http://192.168.1.50:8081/command=get?element?17

and the xml result is:

“elemento id=“17” type=“8” status=“1” currentvalue=“0” title=“Luce Tavolo” label_value=“mV” id_group=“114” currenttextvalue=”" des_group=“Cucina”/"

status=“0” mean current state is OFF
status=“1” mean current state is ON

I try something like this but won’t work:

Any Idea?
Thanks in advance