ios - How to create xml file -
i need make xml file looks this:
> <message xmlns="client" > from="from_user" to="to_user" > type="chat"><properties > xmlns="@"http://software""><property><name>assetid</name><value > type="string">5346879f73322e08db030000</value></property><property><name>status</name><value > type="string">success</value></property><property><name>long</name><value > type="double">22.3451</value></property> > <property><name>lan</name><value type="double">3456</value></property> > </properties></message>
i don't know how it. me?
either create in notepad or learn xsd , generate it.
check http://www.w3schools.com/xml/default.asp
and when done, learn this: http://www.w3schools.com/schema/
Comments
Post a Comment