Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将数据从iframe转换为xml_Xml_Html_Iframe_Bigdata - Fatal编程技术网

将数据从iframe转换为xml

将数据从iframe转换为xml,xml,html,iframe,bigdata,Xml,Html,Iframe,Bigdata,如何在iframe中检索大数据并将数据转换为xml <html> <iframe src = "http://demo.boundlessgeo.com/geoserver/wfs?request=GetFeature&typenames=osm:polygon_barrier"></iframe <html> 在iframe中加载XML有什么原因吗?当然,您的用户不会按原样查看。是的,我正在为许多服务器创建门户。我希望我的用户能够像浏览器默

如何在iframe中检索大数据并将数据转换为xml

<html>
<iframe src = "http://demo.boundlessgeo.com/geoserver/wfs?request=GetFeature&typenames=osm:polygon_barrier"></iframe
<html>


在iframe中加载XML有什么原因吗?当然,您的用户不会按原样查看。是的,我正在为许多服务器创建门户。我希望我的用户能够像浏览器默认情况下那样将其视为xml。如果您将其放置到url,您将得到一个数据响应,该响应稍后将自动转换为xml