Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 42490 invoked by uid 500); 14 Sep 2001 13:03:28 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 42480 invoked by uid 500); 14 Sep 2001 13:03:28 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 14 Sep 2001 12:58:33 -0000 Message-ID: <20010914125833.76625.qmail@icarus.apache.org> From: sylvain@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java xsp.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N sylvain 01/09/14 05:58:33 Modified: src/org/apache/cocoon/components/language/markup/xsp/java xsp.xsl Log: Allow inside Reported by Torsten Curdt Revision Changes Path 1.8 +5 -5 xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl Index: xsp.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xsp.xsl 2001/08/14 13:59:14 1.7 +++ xsp.xsl 2001/09/14 12:58:33 1.8 @@ -12,7 +12,7 @@ @@ -211,7 +211,7 @@ - + this.contentHandler.startElement( , @@ -222,7 +222,7 @@ xspAttr.clear(); - + this.contentHandler.endElement( , @@ -385,7 +385,7 @@ - + this.contentHandler.startElement( "", @@ -396,7 +396,7 @@ xspAttr.clear(); - + this.contentHandler.endElement( "", ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org