rudybuffalo
New Member
there XML file on the site, so this effect:\[code\]<news> <xml_count> 117 </ xml_count> <hot_count> 691 </ hot_count> <item type="image"> <id> 971722 </ id> <rating> 42 </ rating> <pluses> 48 </ pluses> <minuses> 6 </ minuses> <title> Great Pyramids to the unusual angle </ title> <comment_count> 4 </ comment_count> <comment_link> http://pikabu.ru/story/velikie_piramidyi_s_neprivyichnogo_rakursa_971722 </ comment_link> <author> grraven </ author> <image_link> http://s.pikabu.ru/post_img/big/2013/01/27/7/1359284209_842686348.jpg </ image_link> </ item> <item type="text"> <id> 971559 </ id> <rating> 69 </ rating> <pluses> 91 </ pluses> <minuses> 22 </ minuses> <title> Interesting Facts about Germany </ title> <comment_count> 13 </ comment_count> <comment_link> http://pikabu.ru/story/interesnyie_faktyi_o_germanii_971559 </ comment_link> <author> Asder2 </ author> <description_text> some text </ description_text> </ item><news>\[/code\]How do I get the output that's a plist:\[code\] root | |---- xml_count -> 117 |---- hot_count -> 691 |---- 971722 | | | |----type -> image | |----rating -> 42 | |----pluses -> 48 | |----minuses -> 6 | |----title-> Great Pyramids to the unusual angle | |----comment_count -> 4 | |----comment_link -> http://pikabu.ru/story/velikie_piramidyi_s_neprivyichnogo_rakursa_971722 | |----author-> grraven | |----image_link -> http://s.pikabu.ru/post_img/big/2013/01/27/7/1359284209_842686348.jpg | |----read -> NO | |---- 971559 | | | |----type -> text | |----rating -> 69 | |----pluses -> 91 | |----minuses -> 22 | |----title -> Interesting Facts about Germany | |----comment_count -> 13 | |----comment_link -> http://pikabu.ru/story/interesnyie_faktyi_o_germanii_971559 | |----author -> Asder2 | |----description_text -> some text | |----read -> NO | |---- ...\[/code\]As can be seen, there is the heading of each new dictionary is the id*,* and the field read would be constantly changing, depending of type of reading the post by the userPlease tell me any tutorial like in my case or just help the council)PS Sorry for my english, it's Google translate =)