1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <?xml version="1.0"?> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> <map:flow language="javascript"> <map:script src="pos.js"/> </map:flow> <map:pipelines> <map:pipeline> <map:match pattern="page/*"> <map:generate type="jx" src="screens/{1}.xml"/> <map:transform src="context://samples/common/style/xsl/html/simple-page2html.xsl"> <map:parameter name="servletPath" value="{request:servletPath}"/> <map:parameter name="sitemapURI" value="{request:sitemapURI}"/> <map:parameter name="contextPath" value="{request:contextPath}"/> <map:parameter name="file" value="/samples/flow/jxrate/screens/{1}.xml"/> </map:transform> <map:serialize/> </map:match> </map:pipeline> <map:pipeline> <map:match pattern="continue.*"> <map:call continuation="{1}"/> </map:match> <map:match pattern=""> <map:call function="sellItem"/> </map:match> </map:pipeline> </map:pipelines> </map:sitemap> |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |