我正在尝试将 ProxyObject 转换为 TextFlow,以便可以在 RichText 中输出。我正在通过 http 请求接收 ProxyObject。
<s:HTTPService id="httpStoryDetail" url="{urlDetails}"/>
该服务得到一个 php 脚本,其输出如下:
<user>username</user>
<story><p>Here some text which has <b>html</b> tags.<p><story>
我正在尝试获取故事,以便将其绑定到 RichText,但这需要 TextFlow。我怎么做?或者有更好的选择吗?
谢谢