crossley 02/04/30 19:21:56
Modified: src/webapp/myapp readme.html
Log:
Remove symbols < and > from raw HTML.
Revision Changes Path
1.2 +4 -4 xml-cocoon2/src/webapp/myapp/readme.html
Index: readme.html
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/myapp/readme.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- readme.html 30 Apr 2002 15:32:21 -0000 1.1
+++ readme.html 1 May 2002 02:21:56 -0000 1.2
@@ -1,4 +1,4 @@
-<!-- CVS: $Id: readme.html,v 1.1 2002/04/30 15:32:21 kpiroumian Exp $ -->
+<!-- CVS: $Id: readme.html,v 1.2 2002/05/01 02:21:56 crossley Exp $ -->
<html>
<head>
@@ -10,7 +10,7 @@
Minimal Cocoon Web Application Template
by Konstantin Piroumian ([EMAIL PROTECTED])
- Date: $Date: 2002/04/30 15:32:21 $
+ Date: $Date: 2002/05/01 02:21:56 $
==================================================================
@@ -37,7 +37,7 @@
2. Edit the stylesheet named style.xsl to render your xml,
just drop it into 'xsl' directory
-3. Access this URL: http://localhost:<port>/cocoon/myapp/<page>.xml
+3. Access this URL: http://localhost:port/cocoon/myapp/page.xml
where
'page' is actual name of your xml file, say 'index.xml'
'port' your app server port where it handles servlet requests,
@@ -55,7 +55,7 @@
2. Create/reuse stylesheet(s) to render your XSP output
-3. Access this URL: http://localhost:<port>/cocoon/myapp/<page>.xsp
+3. Access this URL: http://localhost:port/cocoon/myapp/page.xsp
4. Fix your XSP, try again
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]