vgritsenko 02/04/19 20:40:00
Modified: src/webapp/docs/samples/xsp logicsheet.xsp
Log:
now xsp:logichseet is not required to be first SAX event after xsp:page
Revision Changes Path
1.4 +7 -6 xml-cocoon2/src/webapp/docs/samples/xsp/logicsheet.xsp
Index: logicsheet.xsp
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/docs/samples/xsp/logicsheet.xsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- logicsheet.xsp 9 Feb 2002 06:21:57 -0000 1.3
+++ logicsheet.xsp 20 Apr 2002 03:40:00 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- CVS: $Id: logicsheet.xsp,v 1.3 2002/02/09 06:21:57 vgritsenko Exp $ -->
+<!-- CVS: $Id: logicsheet.xsp,v 1.4 2002/04/20 03:40:00 vgritsenko Exp $ -->
<!-- XSP can be assotiated with the logicsheet using processing
instruction xml-logicsheet or the xsp:logicsheet element.
@@ -13,16 +13,17 @@
<xsp:page language="java"
xmlns:xsp="http://apache.org/xsp"
xmlns:xsp-request="http://apache.org/xsp/request/2.0"
- xmlns:xsp-hello="http://apache.org/xsp/hello/1.0"
-><xsp:logicsheet location="logicsheets/hello.xsl"/>
+ xmlns:xsp-hello="http://apache.org/xsp/hello/1.0">
-<!-- Context URL also can be used:
+ <xsp:logicsheet location="logicsheets/hello.xsl"/>
-<xsp:logicsheet location="context://logicsheets/hello.xsl"/>
+ <!-- Context URL also can be used:
+
+ <xsp:logicsheet location="context://logicsheets/hello.xsl"/>
URL relative to the current sitemap CAN NOT be used, as
logicsheet is the global object, shared between all sitemaps.
--->
+ -->
<page>
<title>Greetings Page</title>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]