vgritsenko 02/02/12 17:09:08 Modified: src/java/org/apache/cocoon/components/language/markup/xsp/java action.xsl capture.xsl cookie.xsl esql.xsl form-validator.xsl log.xsl logicsheet-util.xsl request.xsl response.xsl sel.xsl sendmail.xsl session.xsl soap.xsl util.xsl xscript-lib.xsl xscript.xsl xsp.xsl Log: Unify logicsheets headers Revision Changes Path 1.2 +54 -11 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/action.xsl Index: action.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/action.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- action.xsl 3 Jan 2002 12:31:11 -0000 1.1 +++ action.xsl 13 Feb 2002 01:09:07 -0000 1.2 @@ -1,19 +1,62 @@ <?xml version="1.0" encoding="ISO-8859-1"?> + +<!-- $Id: action.xsl,v 1.2 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** + + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + --> <!-- - Logicsheet for XSP executed in actions using ServerPagesAction. - - @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> - @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:11 $ + * Logicsheet for XSP executed in actions using ServerPagesAction. + * + * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> + * @version CVS $Revision: 1.2 $ $Date: 2002/02/13 01:09:07 $ --> <xsl:stylesheet version="1.0" 1.2 +58 -15 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/capture.xsl Index: capture.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/capture.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- capture.xsl 3 Jan 2002 12:31:11 -0000 1.1 +++ capture.xsl 13 Feb 2002 01:09:07 -0000 1.2 @@ -1,23 +1,66 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** ---> +<!-- $Id: capture.xsl,v 1.2 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - Logicsheet for capturing parts of the generated XML as SAX XML fragments or - DOM nodes. - This logicsheet allows to use XSP-generated XML for other purposes than - content production. + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. - @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> - @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:11 $ + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + +--> + +<!-- + * Logicsheet for capturing parts of the generated XML as SAX XML fragments or + * DOM nodes. + * + * This logicsheet allows to use XSP-generated XML for other purposes than + * content production. + * + * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> + * @version CVS $Revision: 1.2 $ $Date: 2002/02/13 01:09:07 $ --> <xsl:stylesheet version="1.0" 1.4 +55 -12 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/cookie.xsl Index: cookie.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/cookie.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cookie.xsl 6 Feb 2002 04:40:28 -0000 1.3 +++ cookie.xsl 13 Feb 2002 01:09:07 -0000 1.4 @@ -1,20 +1,63 @@ <?xml version="1.0"?> + +<!-- $Id: cookie.xsl,v 1.4 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** + + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + --> <!-- - Logicsheet is intended to be used for setting and extracting - cookies - - @author ? - @version CVS $Revision: 1.3 $ $Date: 2002/02/06 04:40:28 $ + * Logicsheet is intended to be used for setting and extracting + * cookies + * + * @author ? + * @version CVS $Revision: 1.4 $ $Date: 2002/02/13 01:09:07 $ --> <!-- XSP Cookie logicsheet for the Java language --> 1.9 +9 -1 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl Index: esql.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- esql.xsl 8 Feb 2002 17:36:21 -0000 1.8 +++ esql.xsl 13 Feb 2002 01:09:07 -0000 1.9 @@ -1,5 +1,6 @@ <?xml version="1.0"?> -<!-- $Id: esql.xsl,v 1.8 2002/02/08 17:36:21 dims Exp $--> + +<!-- $Id: esql.xsl,v 1.9 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- ============================================================================ @@ -49,6 +50,13 @@ Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache Software Foundation, please see <http://www.apache.org/>. +--> + +<!-- + * ESQL Logicsheet + * + * @author ? + * @version CVS $Revision: 1.9 $ $Date: 2002/02/13 01:09:07 $ --> <xsl:stylesheet version="1.0" 1.3 +6 -4 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/form-validator.xsl Index: form-validator.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/form-validator.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- form-validator.xsl 7 Feb 2002 06:57:33 -0000 1.2 +++ form-validator.xsl 13 Feb 2002 01:09:07 -0000 1.3 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?><!-- -*- xsl -*- --> -<!-- $Id: form-validator.xsl,v 1.2 2002/02/07 06:57:33 cziegeler Exp $ --> + +<!-- $Id: form-validator.xsl,v 1.3 2002/02/13 01:09:07 vgritsenko Exp $ --> <!-- ============================================================================ @@ -50,12 +51,13 @@ Software Foundation, please see <http://www.apache.org/>. --> + <!-- + * XSP Form-Validator logicsheet for the Java language + * * @author <a href="mailto:[EMAIL PROTECTED]>Christian Haul</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/07 06:57:33 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:07 $ --> - -<!-- XSP Form-Validator logicsheet for the Java language --> <xsl:stylesheet version="1.0" 1.3 +53 -9 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/log.xsl Index: log.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/log.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- log.xsl 22 Jan 2002 00:17:11 -0000 1.2 +++ log.xsl 13 Feb 2002 01:09:07 -0000 1.3 @@ -1,20 +1,64 @@ <?xml version="1.0"?> + +<!-- $Id: log.xsl,v 1.3 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** + + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + --> <!-- + * XSP Logger logicsheet for the Java language + * * @author <a href="mailto:[EMAIL PROTECTED]>Berin Loritsch</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/01/22 00:17:11 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:07 $ --> -<!-- XSP Response logicsheet for the Java language --> <xsl:stylesheet version="1.0" xmlns:xsp="http://apache.org/xsp" 1.2 +61 -18 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/logicsheet-util.xsl Index: logicsheet-util.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/logicsheet-util.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- logicsheet-util.xsl 3 Jan 2002 12:31:11 -0000 1.1 +++ logicsheet-util.xsl 13 Feb 2002 01:09:07 -0000 1.2 @@ -1,26 +1,69 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** ---> +<!-- $Id: logicsheet-util.xsl,v 1.2 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - A collection of utility templates to help logicsheet writers, and ensure - a consistent behaviour of logicsheets using them. - To use them, just add <xsl:include href="logicsheet-util.xsl"/> at the - top of your logicsheet. - <br/> - Note : some templates rely on the <code>$namespace-uri</code> variable which must - be set in the including logicsheet to its namespace URI. + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. - @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> - @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:11 $ + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + +--> + +<!-- + * A collection of utility templates to help logicsheet writers, and ensure + * a consistent behaviour of logicsheets using them. + * + * To use them, just add <xsl:include href="logicsheet-util.xsl"/> at the + * top of your logicsheet. + * <br/> + * Note : some templates rely on the <code>$namespace-uri</code> variable which must + * be set in the including logicsheet to its namespace URI. + * + * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> + * @version CVS $Revision: 1.2 $ $Date: 2002/02/13 01:09:07 $ --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 1.5 +53 -9 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/request.xsl Index: request.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/request.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- request.xsl 11 Feb 2002 04:36:38 -0000 1.4 +++ request.xsl 13 Feb 2002 01:09:07 -0000 1.5 @@ -1,21 +1,65 @@ <?xml version="1.0"?> + +<!-- $Id: request.xsl,v 1.5 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** + + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + --> <!-- + * XSP Request logicsheet for the Java language + * * @author <a href="mailto:[EMAIL PROTECTED]>Ricardo Rocha</a> * @author <a href="mailto:[EMAIL PROTECTED]>Vadim Gritsenko</a> - * @version CVS $Revision: 1.4 $ $Date: 2002/02/11 04:36:38 $ + * @version CVS $Revision: 1.5 $ $Date: 2002/02/13 01:09:07 $ --> -<!-- XSP Request logicsheet for the Java language --> <xsl:stylesheet version="1.0" xmlns:xsp="http://apache.org/xsp" xmlns:xsp-request="http://apache.org/xsp/request/2.0" 1.3 +53 -9 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/response.xsl Index: response.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/response.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- response.xsl 11 Feb 2002 04:36:38 -0000 1.2 +++ response.xsl 13 Feb 2002 01:09:07 -0000 1.3 @@ -1,20 +1,64 @@ <?xml version="1.0"?> + +<!-- $Id: response.xsl,v 1.3 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** + + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + --> <!-- + * XSP Response logicsheet for the Java language + * * @author <a href="mailto:[EMAIL PROTECTED]>Ricardo Rocha</a> - * @version CVS $Revision: 1.2 $ $Date: 2002/02/11 04:36:38 $ + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:07 $ --> -<!-- XSP Response logicsheet for the Java language --> <xsl:stylesheet version="1.0" xmlns:xsp="http://apache.org/xsp" xmlns:xsp-response="http://apache.org/xsp/response/2.0" 1.3 +5 -0 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/sel.xsl Index: sel.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/sel.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sel.xsl 7 Feb 2002 06:57:33 -0000 1.2 +++ sel.xsl 13 Feb 2002 01:09:07 -0000 1.3 @@ -1,4 +1,6 @@ <?xml version="1.0"?> + +<!-- $Id: sel.xsl,v 1.3 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- ============================================================================ @@ -51,7 +53,10 @@ --> <!-- + * Sel Logicsheet (?) + * * @author <a href="mailto:[EMAIL PROTECTED]">Torsten Curdt</a> + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:07 $ --> <xsl:stylesheet version="1.0" 1.3 +10 -6 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/sendmail.xsl Index: sendmail.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/sendmail.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sendmail.xsl 7 Feb 2002 06:57:33 -0000 1.2 +++ sendmail.xsl 13 Feb 2002 01:09:07 -0000 1.3 @@ -1,5 +1,8 @@ <?xml version="1.0"?> + +<!-- $Id: sendmail.xsl,v 1.3 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- + ============================================================================ The Apache Software License, Version 1.1 ============================================================================ @@ -46,15 +49,16 @@ on behalf of the Apache Software Foundation and was originally created by Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache Software Foundation, please see <http://www.apache.org/>. + --> -<!-- - <description> - This is a stylesheet to send mail via the java mail API. - </description> - <author>Donald A. Ball Jr.</author> - <version>1.0</version> +<!-- + * This is a stylesheet to send mail via the java mail API. + * + * @author Donald A. Ball Jr. + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:07 $ --> + <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsp="http://apache.org/xsp" 1.9 +9 -2 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/session.xsl Index: session.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/session.xsl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- session.xsl 11 Feb 2002 04:47:47 -0000 1.8 +++ session.xsl 13 Feb 2002 01:09:07 -0000 1.9 @@ -1,4 +1,6 @@ <?xml version="1.0"?> + +<!-- $Id: session.xsl,v 1.9 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- ============================================================================ @@ -49,8 +51,13 @@ Software Foundation, please see <http://www.apache.org/>. --> -<!-- written by Ricardo Rocha "[EMAIL PROTECTED]" --> -<!-- ported by Berin Loritsch "[EMAIL PROTECTED]" --> +<!-- + * XSP Session logicsheet for the Java language + * + * @author <a href="mailto:[EMAIL PROTECTED]>Ricardo Rocha</a> + * @author ported by <a href="mailto:[EMAIL PROTECTED]>Berin Loritsch</a> + * @version CVS $Revision: 1.9 $ $Date: 2002/02/13 01:09:07 $ +--> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 1.2 +58 -5 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/soap.xsl Index: soap.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/soap.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- soap.xsl 3 Jan 2002 12:31:11 -0000 1.1 +++ soap.xsl 13 Feb 2002 01:09:07 -0000 1.2 @@ -1,13 +1,66 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- $Id: soap.xsl,v 1.2 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- - Author: Ovidiu Predescu "[EMAIL PROTECTED]" - With ideas from an early prototype implemented by Pankaj Kumar - "[EMAIL PROTECTED]" + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ - Date: July 21, 2001 - --> + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + +--> + +<!-- + * With ideas from an early prototype implemented by Pankaj Kumar + * "[EMAIL PROTECTED]" + * + * Date: July 21, 2001 + * + * @author <a href="mailto:[EMAIL PROTECTED]>Ovidiu Predescu</a> + * @version CVS $Revision: 1.2 $ $Date: 2002/02/13 01:09:07 $ +--> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 1.3 +9 -4 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/util.xsl Index: util.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/util.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- util.xsl 7 Feb 2002 06:57:33 -0000 1.2 +++ util.xsl 13 Feb 2002 01:09:07 -0000 1.3 @@ -1,4 +1,6 @@ <?xml version="1.0"?> + +<!-- $Id: util.xsl,v 1.3 2002/02/13 01:09:07 vgritsenko Exp $--> <!-- ============================================================================ @@ -50,10 +52,13 @@ --> -<!-- written by Ricardo Rocha "[EMAIL PROTECTED]" --> -<!-- modified by Berin Loritsch "[EMAIL PROTECTED]" --> -<!-- BL: Modified to work with Cocoon 2 --> - +<!-- + * XSP Util logicsheet for the Java language + * + * @author <a href="mailto:[EMAIL PROTECTED]>Ricardo Rocha</a> + * @author ported by <a href="mailto:[EMAIL PROTECTED]>Berin Loritsch</a> + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:07 $ +--> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 1.3 +58 -5 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/xscript-lib.xsl Index: xscript-lib.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/xscript-lib.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xscript-lib.xsl 6 Feb 2002 04:40:28 -0000 1.2 +++ xscript-lib.xsl 13 Feb 2002 01:09:08 -0000 1.3 @@ -1,10 +1,64 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- $Id: xscript-lib.xsl,v 1.3 2002/02/13 01:09:08 vgritsenko Exp $--> <!-- - Author: Ovidiu Predescu "[EMAIL PROTECTED]" - Date: September 19, 2001 - --> + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + +--> + +<!-- + * + * Date: September 19, 2001 + * + * @author <a href="mailto:[EMAIL PROTECTED]>Ovidiu Predescu</a> + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:08 $ +--> <xsl:stylesheet version="1.0" @@ -13,8 +67,7 @@ xmlns:xsp-request="http://apache.org/xsp/request/2.0" xmlns:xscript="http://apache.org/xsp/xscript/1.0" xmlns:xalan="http://xml.apache.org/xalan" - xmlns:saxon="http://icl.com/saxon" - > + xmlns:saxon="http://icl.com/saxon"> <xsl:template name="xscript-variable"> <!-- PUBLIC: create a new XScript variable --> 1.3 +58 -5 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/xscript.xsl Index: xscript.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/xscript.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xscript.xsl 1 Feb 2002 14:53:47 -0000 1.2 +++ xscript.xsl 13 Feb 2002 01:09:08 -0000 1.3 @@ -1,17 +1,70 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- $Id: xscript.xsl,v 1.3 2002/02/13 01:09:08 vgritsenko Exp $--> <!-- - Author: Ovidiu Predescu "[EMAIL PROTECTED]" - Date: September 19, 2001 - --> + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + +--> + +<!-- + * + * Date: September 19, 2001 + * + * @author <a href="mailto:[EMAIL PROTECTED]>Ovidiu Predescu</a> + * @version CVS $Revision: 1.3 $ $Date: 2002/02/13 01:09:08 $ +--> <xsl:stylesheet version="1.0" xmlns:xsp="http://apache.org/xsp" xmlns:xscript="http://apache.org/xsp/xscript/1.0" - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - > + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:include href="xscript-lib.xsl"/> 1.5 +53 -9 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl Index: xsp.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xsp.xsl 11 Feb 2002 04:36:38 -0000 1.4 +++ xsp.xsl 13 Feb 2002 01:09:08 -0000 1.5 @@ -1,21 +1,65 @@ <?xml version="1.0"?> + +<!-- $Id: xsp.xsl,v 1.5 2002/02/13 01:09:08 vgritsenko Exp $--> <!-- - ***************************************************************************** - * Copyright (C) The Apache Software Foundation. All rights reserved. * - * _________________________________________________________________________ * - * This software is published under the terms of the Apache Software License * - * version 1.1, a copy of which has been included with this distribution in * - * the LICENSE file. * - ***************************************************************************** + + ============================================================================ + The Apache Software License, Version 1.2 + ============================================================================ + + Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved. + + Redistribution and use in source and binary forms, with or without modifica- + tion, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. The end-user documentation included with the redistribution, if any, must + include the following acknowledgment: "This product includes software + developed by the Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, if + and wherever such third-party acknowledgments normally appear. + + 4. The names "Cocoon" and "Apache Software Foundation" must not be used to + endorse or promote products derived from this software without prior + written permission. For written permission, please contact + [EMAIL PROTECTED] + + 5. Products derived from this software may not be called "Apache", nor may + "Apache" appear in their name, without prior written permission of the + Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- + DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This software consists of voluntary contributions made by many individuals + on behalf of the Apache Software Foundation and was originally created by + Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache + Software Foundation, please see <http://www.apache.org/>. + --> <!-- + * XSP Core logicsheet for the Java language + * * @author <a href="mailto:[EMAIL PROTECTED]>Ricardo Rocha</a> * @author <a href="[EMAIL PROTECTED]">Sylvain Wallez</a> - * @version CVS $Revision: 1.4 $ $Date: 2002/02/11 04:36:38 $ + * @version CVS $Revision: 1.5 $ $Date: 2002/02/13 01:09:08 $ --> -<!-- XSP Core logicsheet for the Java language --> <xsl:stylesheet version="1.0" xmlns:xsp="http://apache.org/xsp" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]