【问题标题】:xml to html parser for iPhoneiPhone 的 xml 到 html 解析器
【发布时间】:2011-03-02 10:02:34
【问题描述】:

我有例如 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 以便我可以在 web 视图中显示该页面?谁能帮我解决这个问题??提前谢谢!!!!

【问题讨论】:

    标签: iphone html xml webview


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2014-10-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多