joerg 2004/02/02 18:03:28
Modified: src/blocks/fop/samples sitemap.xmap
Log:
fixed bug 26601: wrong path to XSP file (thanks to Stuart Flowers for
spotting)
Revision Changes Path
1.9 +2 -2 cocoon-2.1/src/blocks/fop/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/fop/samples/sitemap.xmap,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sitemap.xmap 29 Jul 2003 03:15:46 -0000 1.8
+++ sitemap.xmap 3 Feb 2004 02:03:28 -0000 1.9
@@ -70,7 +70,7 @@
<!-- reuse the XSP caching example for our caching test -->
<map:match pattern="cache-test-*.pdf">
<!-- note that caching didn't work when accessing the XSP using the
cocoon:/ protocol -->
- <map:generate src="../xsp/xsp/cacheable.xsp" type="serverpages"/>
+ <map:generate src="../xsp/java/cacheable.xsp" type="serverpages"/>
<map:transform src="cache-test/xsp-sample-to-fo.xsl">
<map:parameter name="pages" value="{1}"/>
</map:transform>