stephan 2004/02/05 02:45:17
Modified: lib jars.xml
src/blocks/chaperon/java/org/apache/cocoon/transformation
ExtendedParserTransformer.java
src/blocks/chaperon/samples sitemap.xmap
src/blocks/chaperon/samples/stylesheets egrm2xegrm.xsl
Added: src/blocks/chaperon/lib chaperon-20040205.jar
Removed: src/blocks/chaperon/lib chaperon-20040119.jar
Log:
Update chaperon jar.
Add prefix declaration in egrm2xegrm.xsl.
Revision Changes Path
1.163 +2 -2 cocoon-2.1/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- jars.xml 3 Feb 2004 22:50:34 -0000 1.162
+++ jars.xml 5 Feb 2004 10:45:16 -0000 1.163
@@ -670,7 +670,7 @@
those to XML files.
</description>
<used-by>Chaperon block</used-by>
- <lib>chaperon/lib/chaperon-20040119.jar</lib>
+ <lib>chaperon/lib/chaperon-20040205.jar</lib>
<homepage>http://chaperon.sourceforge.net</homepage>
</file>
1.5 +1 -3
cocoon-2.1/src/blocks/chaperon/java/org/apache/cocoon/transformation/ExtendedParserTransformer.java
Index: ExtendedParserTransformer.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/chaperon/java/org/apache/cocoon/transformation/ExtendedParserTransformer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ExtendedParserTransformer.java 2 Feb 2004 11:17:25 -0000 1.4
+++ ExtendedParserTransformer.java 5 Feb 2004 10:45:16 -0000 1.5
@@ -167,8 +167,6 @@
public void setup(SourceResolver resolver, Map objectmodel, String src,
Parameters parameters)
throws ProcessingException, SAXException, IOException
{
- System.out.println("setup");
-
this.resolver = resolver;
Store store = null;
1.1 cocoon-2.1/src/blocks/chaperon/lib/chaperon-20040205.jar
<<Binary file>>
1.17 +1 -1 cocoon-2.1/src/blocks/chaperon/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/samples/sitemap.xmap,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sitemap.xmap 20 Jan 2004 15:56:36 -0000 1.16
+++ sitemap.xmap 5 Feb 2004 10:45:17 -0000 1.17
@@ -144,7 +144,7 @@
</map:pipeline>
- <map:pipeline type="caching">
+ <map:pipeline type="caching">
<map:match pattern="">
<map:redirect-to uri="welcome"/>
1.2 +1 -0
cocoon-2.1/src/blocks/chaperon/samples/stylesheets/egrm2xegrm.xsl
Index: egrm2xegrm.xsl
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/chaperon/samples/stylesheets/egrm2xegrm.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- egrm2xegrm.xsl 20 Jan 2004 15:23:58 -0000 1.1
+++ egrm2xegrm.xsl 5 Feb 2004 10:45:17 -0000 1.2
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:text="http://chaperon.sourceforge.net/schema/text/1.0"
xmlns:st="http://chaperon.sourceforge.net/schema/syntaxtree/2.0"
xmlns="http://chaperon.sourceforge.net/schema/grammar/2.0"
exclude-result-prefixes="st text">