crossley 02/01/14 21:14:14
Modified: . changes.xml
src/documentation/xdocs/developing deli.xml
Log:
Fix some more XML validation errors.
Revision Changes Path
1.70 +2 -2 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- changes.xml 12 Jan 2002 02:50:27 -0000 1.69
+++ changes.xml 15 Jan 2002 05:14:14 -0000 1.70
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.69 2002/01/12 02:50:27 vgritsenko Exp $
+ $Id: changes.xml,v 1.70 2002/01/15 05:14:14 crossley Exp $
-->
<changes title="History of Changes">
@@ -36,7 +36,7 @@
RequestAttributeMatcher, SessionAttributeMatcher,
WildcardHostMatcher, WildcardRequestAttributeMatcher.
</action>
- <action dev="BL" type="fix" bug="5791">
+ <action dev="BL" type="fix" fixes-bug="5791">
Address issue about how RegexpURIMatcher matches the "" pattern.
Because it is so different from WildcardURIMatcher, the "" pattern
is rewritten as "^$" which matches an empty string. The event is
1.2 +4 -2 xml-cocoon2/src/documentation/xdocs/developing/deli.xml
Index: deli.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/developing/deli.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deli.xml 9 Jan 2002 22:20:42 -0000 1.1
+++ deli.xml 15 Jan 2002 05:14:14 -0000 1.2
@@ -202,8 +202,10 @@
]]></source>
</s2>
<s2 title="Sitemap.xmap">
-Then to provide the resolved DELI profile as a parameter in stylesheets, you need
-to configure TraxTransformer to use DELI in <code>sitemap.xmap</code>:
+ <p>Then to provide the resolved DELI profile as a parameter in stylesheets,
+ you need to configure TraxTransformer to use DELI in
+ <code>sitemap.xmap</code>:
+ </p>
<source><![CDATA[
<map:transformers default="xslt">
<map:transformer name="xslt"
src="org.apache.cocoon.transformation.TraxTransformer"
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]