T
Tony
Hello,
I'm trying to build a simple Tokenzier For XML:
I have the following String tat I get from the serverand want to build
a method that takes "property name" and returns it's value.
for example:
<dictionary>
<Status>1</Status>
<Reason>0</Reason>
<Key>JFKDL54GFDYU85T43NJKGH89N543KGFD</Key>
</dictionary>
if I call GetVaule("Key"); I want to get back as string
"JFKDL54GFDYU85T43NJKGH89N543KGFD".
I tried to use Kxml parser but it has a problem with unicode / UTF-8
coding. (especailly with hebrew and arabic)
same thing about Nanoxml
note that my XML file is very simple and small (it won't be more than
5-6 properties)
any help ?
I'm trying to build a simple Tokenzier For XML:
I have the following String tat I get from the serverand want to build
a method that takes "property name" and returns it's value.
for example:
<dictionary>
<Status>1</Status>
<Reason>0</Reason>
<Key>JFKDL54GFDYU85T43NJKGH89N543KGFD</Key>
</dictionary>
if I call GetVaule("Key"); I want to get back as string
"JFKDL54GFDYU85T43NJKGH89N543KGFD".
I tried to use Kxml parser but it has a problem with unicode / UTF-8
coding. (especailly with hebrew and arabic)
same thing about Nanoxml
note that my XML file is very simple and small (it won't be more than
5-6 properties)
any help ?