From: Wolfgang M. M. <wol...@us...> - 2004-04-24 13:46:03
|
Update of /cvsroot/exist/eXist-1.0/webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7226/webapp Modified Files: sitemap.xmap Log Message: Added XmldbRealm for Tomcat Index: sitemap.xmap =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/sitemap.xmap,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** sitemap.xmap 10 Feb 2004 20:21:50 -0000 1.24 --- sitemap.xmap 24 Apr 2004 13:45:54 -0000 1.25 *************** *** 534,539 **** <map:transform src="stylesheets/xmldb-collection.xsl"> <map:parameter name="collection" value="{1}"/> ! </map:transform> ! <map:serialize type="html"/> </map:match> --- 534,540 ---- <map:transform src="stylesheets/xmldb-collection.xsl"> <map:parameter name="collection" value="{1}"/> ! </map:transform> ! <map:transform type="encodeURL"/> ! <map:serialize type="html" encoding="UTF-8"/> </map:match> *************** *** 564,568 **** <map:serialize type="html"/> </map:match> ! <map:generate src="xmldb:exist:///{1}"/> <map:select type="browser"> <map:when test="explorer"> --- 565,570 ---- <map:serialize type="html"/> </map:match> ! <map:generate src="xmldb:exist:///{1}"/> ! <map:transform type="encodeURL"/> <map:select type="browser"> <map:when test="explorer"> *************** *** 571,575 **** <map:otherwise> <map:transform src="stylesheets/system/xml2html.xslt"/> ! <map:serialize type="html"/> </map:otherwise> </map:select> --- 573,577 ---- <map:otherwise> <map:transform src="stylesheets/system/xml2html.xslt"/> ! <map:serialize type="html" encoding="UTF-8"/> </map:otherwise> </map:select> |