将css javascript xslt都做为rest资源
winterwolf
2007-06-08
通过exist的rest api可以将css javascript都放进数据库 作为资源调用
xslt是xml结构的更不例外了 通过这个方式可以将一个rest应用的所有部分都做为资源 进行灵活的编辑和调用 比如通过rest调用一个javascript脚本 <script type="text/javascript" src="http://guest:guest@www.xmlshop.cn/xmldb/rest/db/jslib/xmlhttp.js"></script> 调用css <link rel="stylesheet" media="all" type="text/css" href="http://guess:guess@www.xmlshop.cn/xmldb/rest/db/css/menu.css"/> |