English 中文(简体)
我该如何在Flex中连接(和使用内容)RDF文件?
原标题:
  • 时间:2009-02-02 08:25:21
  •  标签:

I m working on a prototype in flex and I need to connect my application to an .RDF file that contains some properties. I need to use and manipulate those properties in a "descriptor file" made in Actionscript. So my question is: how do I connect my flex application to that .RDF file? Thanks,

问候

大卫

最佳回答

如果RDF以其XML形式表示(我猜这是最常见的方式),您可以将其视为XML,并使用内置的XMLXMLList类以及相当便利的E4X(ECMAScript for XML)语法遍历您的文档。要从服务器或其他远程位置加载RDF文件,请使用URLLoader类。

如果另外使用了RDF的某种其他表示方式,你可能需要自己从纯文本中进行解析。(你仍然可以使用URLLoader)。

问题回答

暂无回答




相关问题
热门标签