0

Most XML Functions require a name for the xml document. But there's no way in XMLOpen to specify such a name. Is there another way to parse xml from an url?

4

1 回答 1

2

如果要命名文档,则必须使用 XMLDocument 而不是 XMLOpen,XMLDocument 使用名称和源代码,而 XLMOpen 使用 xmlDocument 类型的变量。

于 2012-11-13T12:33:05.160 回答