[android-developers] Html data parsing

2010-08-07 Thread Andy Best
Hi guys suddenly I have no experience with java and html parsing and I
really need it...(possibly from 
http://www.uefa.com/teamsandplayers/teams/club=52280/domestic/index.html)

I want a simple way to convert an html website to xml
document(fetch,convert,parse) or an easy alternative way to do it...

ps:if you know any alternative FREE resource of football(soccer) data
tell it...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] getting a single xml node

2010-07-12 Thread Andy Best
Hi guys I'm newbie to android development and I need some help...

I want to make an app that will use data from an xml database and
there are two points where I need help cause I find java with xml too
complicate...

eg.
items
1namebox/nameprice2.00/price/1
2namepencil/nameprice1.00/price/1
/items

1)get a single xml value from a child node(eg.name of 1st item -
box)
2)get an xml database from child nodes (to use it as data source for a
listbox) - this one is not nessesary

Thank you for your time guys...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en