XML到HTML解析器为iPhone

问题描述:

我如XML到HTML解析器为iPhone

<?xml version="1.0" encoding="utf-8"?> 

    <screen type="TEXT_PIC_RIGHT" asset="WT01010.swf" audio="WT01010.mp3" filter="learningObjectives"> 

     <area type="title"><![CDATA[Chapter Learning Objectives]]></area> 

     <area type="text"><![CDATA[After completing this chapter, you should be able to:]]></area> 

      <area type="textbullet"><bullet><![CDATA[1.]]></bullet><text><![CDATA[Describe the primary functions and the 2 main divisions of the nervous system]]></text></area> 

      <area type="textbullet"><bullet><![CDATA[2.]]></bullet><text><![CDATA[Identify the subdivisions of the <font color="#0000FF"><b><a href="event:glossary,peripheral nervous system (PNS)">peripheral nervous system (PNS)</a></b></font> and how they operate]]></text></area> 
</screen> 

它用于显示网页使用闪光灯闪现XML。如何将它转换为Html,以便我可以在webview中显示该页面?任何人都可以帮助我吗?提前致谢!!!!

如果有任何问题与将任何xml格式转换为任何其他格式有关,我总是推荐使用XSLT,因为XSLT完全是为了这个目的而做的,因此最好的办法就是实现它。

所以我不熟悉iphone,但我很确定有一个XSLT实现它。