vgritsenko 02/01/10 08:19:13
Modified: src/webapp sitemap.xmap cocoon.xconf
Log:
- add lost comment
- reflect XML:DB source URL syntax change in sitemap
Revision Changes Path
1.7 +1 -1 xml-cocoon2/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sitemap.xmap 10 Jan 2002 02:16:58 -0000 1.6
+++ sitemap.xmap 10 Jan 2002 16:19:13 -0000 1.7
@@ -1169,7 +1169,7 @@
<!-- ========================= XML:DB ================================ -->
<map:match pattern="xmldb/**">
<map:match type="request" pattern="xpath">
- <map:generate src="xmldb:dbxml://localhost:4080/{../1}?{1}"/>
+ <map:generate src="xmldb:dbxml://localhost:4080/{../1}#{1}"/>
<map:serialize type="xml"/>
</map:match>
1.7 +7 -5 xml-cocoon2/src/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cocoon.xconf 10 Jan 2002 04:04:19 -0000 1.6
+++ cocoon.xconf 10 Jan 2002 16:19:13 -0000 1.7
@@ -305,11 +305,11 @@
<parameter name="href"
value="resource://org/apache/cocoon/components/language/markup/xsp/java/form-validator.xsl"/>
</builtin-logicsheet>
- <!-- The sel taglib allows to put multiple pages / view into
- one xsp. While in general it is good style to put
- different views into different xsp because they're more
- easily maintained, this is a useful feature with
- e.g. with long forms that are broken into parts -->
+ <!-- The sel taglib allows to put multiple pages / view into
+ one xsp. While in general it is good style to put
+ different views into different xsp because they're more
+ easily maintained, this is a useful feature with
+ e.g. with long forms that are broken into parts -->
<builtin-logicsheet>
<parameter name="prefix" value="sel"/>
<parameter name="uri" value="http://apache.org/xsp/sel/1.0"/>
@@ -322,6 +322,8 @@
<parameter name="href"
value="resource://org/apache/cocoon/components/language/markup/xsp/java/action.xsl"/>
</builtin-logicsheet>
+ <!-- The capture taglib is for capturing parts of the XSP-generated XML as
+ XML fragments or DOM nodes -->
<builtin-logicsheet>
<parameter name="prefix" value="capture"/>
<parameter name="uri" value="http://apache.org/cocoon/capture/1.0"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]