用于iPhone的xml到html解析器

时间:2011-03-02 10:02:35

标签: iphone html xml webview

我有Flash xml例如

    <?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>

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

1 个答案:

答案 0 :(得分:1)

如果有任何问题与将任何xml格式转换为任何其他格式有关,我总是建议使用XSLT,因为XSLT完全是为了这个目的而制作的,因此是最好的方法。

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