<?xml version="1.0" encoding="UTF-8"?>
<feed>
<entry>
<id>1</id>
<name>Margherita</name>
<cost>155</cost>
<description>Single cheese topping</description>
<list>
<author>PPShein</author>
<authorurl>http://www.ppshein.net</authorurl>
</list>
</entry>
<entry>
<id>2</id>
<name>Double Cheese Margherita</name>
<cost>225</cost>
<description>Loaded with Extra Cheese</description>
<list>
<author>Mike</author>
<authorurl>http://www.mike.net</authorurl>
</list>
</entry>
</feed>
上記のXMLファイルの解析に問題があります。このAndroidの例を使用して、「id、name、cost、discription」を解析しても問題ありません。
しかし<author>
、<authorurl>
タグの場合、上記のリンクの例では私のタスクを実行できません。このXMLファイルのサブタグを解析する方法を教えてください。