aha.. he does that when parsing the String to the XMLElement. So the String is right:
- <Users_getInfo_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd" list="true">
- <user>
- <uid>1477411208</uid>
- <first_name>Marc</first_name>
- <last_name>Tiedemann</last_name>
- </user>
- </Users_getInfo_response>
but XMLElement adds the outer brakets:
- <<?xml version="1.0" encoding="UTF-8"?>
- ...
- </Users_getInfo_response>/>
still it shouldn't do this, if i understand right.