<html>
<head>
<title>updatesite</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>@import url("web/site.css");</style>
<script type="text/javascript">
var returnval = 0;
var stylesheet, xmlFile, cache, doc;
function init(){
// NSCP 7.1+ / Mozilla 1.4.1+ / Safari
// Use the standard DOM Level 2 technique, if it is supported
if (document.implementation && document.implementation.createDocument) {
xmlFile = document.implementation.createDocument("", "", null);
stylesheet = document.implementation.createDocument("", "", null);
if (xmlFile.load){
xmlFile.load("site.xml");
stylesheet.load("web/site.xsl");
} else {
alert("Document could not be loaded by browser.");
}
xmlFile.addEventListener("load", transform, false);
stylesheet.addEventListener("load", transform, false);
}
//IE 6.0+ solution
else if (window.ActiveXObject) {
xmlFile = new ActiveXObject("msxml2.DOMDocument.3.0");
xmlFile.async = false;
xmlFile.load("site.xml");
stylesheet = new ActiveXObject("msxml2.FreeThreadedDOMDocument.3.0");
stylesheet.async = false;
stylesheet.load("web/site.xsl");
cache = new ActiveXObject("msxml2.XSLTemplate.3.0");
cache.stylesheet = stylesheet;
transformData();
}
}
// separate transformation function for IE 6.0+
function transformData(){
var processor = cache.createProcessor();
processor.input = xmlFile;
processor.transform();
data.innerHTML = processor.output;
}
// separate transformation function for NSCP 7.1+ and Mozilla 1.4.1+
function transform(){
returnval+=1;
if (returnval==2){
var processor = new XSLTProcessor();
processor.importStylesheet(stylesheet);
doc = processor.transformToDocument(xmlFile);
document.getElementById("data").innerHTML = doc.documentElement.innerHTML;
}
}
</script>
</head>
<body onload="init();">
<!--[insert static HTML here]-->
<div id="data"><!-- this is where the transformed data goes --></div>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
ArcGIS Runtime SDK for Android v1.1发布啦,增强和改进如下: API: 1、从ArcGIS.com上搜索和使用content、users和groups; 2、支持要素定义存储在本地设备上的要素的高级符号化渲染; 3、支持单个应用程序中多个MapView,您可以在支持muti-mapview的单个应用程序中自由切换activities; 4、Group图层支持所有的图层类型,包括Graphics layer,并且可控制子图层的顺序、透明度和可见性; 5、支持web maps中的; 6、在ArcGIS Online的Maps中增加了Esri的logo; SDK: 1、支持Android SDK Tools Eclipse ADT plug-in v17版本; 2、诸如ArcGIS_Android.jar之类的project libs被打包成一个用户库; 3、重新设计了Eclipse新模板向导; 4、新的API示例;
资源推荐
资源详情
资源评论
收起资源包目录
ArcGISAndroidSDK_1_1.zip (13个子文件)
site.xml 630B
web
site.xsl 7KB
site.css 719B
.project 371B
index.html 2KB
category.xml 621B
artifacts.xml 3KB
content.xml 141KB
plugins
com.esri.arcgis.android.core_1.1.0.201204051552.jar 7.66MB
com.esri.arcgis.android.doc_1.1.0.201204051552.jar 3.16MB
com.esri.arcgis.android.samples_1.1.0.201204051552.jar 558KB
features
com.esri.arcgis.android.core.feature_1.1.0.201204051552.jar 65KB
com.esri.arcgis.android.sdk.feature_1.1.0.201204051552.jar 65KB
共 13 条
- 1
ArcGIS_Mobile
- 粉丝: 476
- 资源: 34
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
- 4
- 5
前往页