Page: http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerSimpleWebappOrganisation 
, version: 16 on Fri Feb 21 17:54:21 2003 by Dabbous

- When the interpreter hits a '*' or a '**' in the pattern, it will 
automatically resolve
- the actual value into local ''sitemap-parameters'' named {1}, {2} as 
described in the
- following example:
+ When the interpreter hits the wildcard character '*' or the sequence '**' in 
the pattern, 
+ it will automatically resolve the actual value into local 
''sitemap-parameters'', where the
+ first wildcard-character is resolved into the parameter {1}, then secnd 
wildchard-character is
+ resolved into the parameter {2}, ... 
+ 
+ Following rules apply:
+ 
+ # a single '*' is resolved int any character sequence inbetween two '/' 
characters.
+ # a double '**' is resolved into any character sequence delimited by a '/*' 
on the right side or a */ at the left side.
+ 
+ These abstract rules can best be understood by looking at an example. In the 
following
+ we apply the URL (given in the first line) to the match-pattern (in the secnd 
line):
+ 
-                                        * / **         <-- pattern
?                               ^^^^^^

+                               mount/   * / **         <-- pattern
?                               ^^^^^^



Page: http://wiki.cocoondev.org/Wiki.jsp?page=Embedding_SVG_Fonts , version: 11 
on Fri Feb 21 17:41:32 2003 by 138.73.16.5

- !Note To The Reader Fri. Feb. 21
- 
- The links for the jar file and javadoc needed for this howto are not yet up. 
They will be in a couple of hours
- # {{eml-cocoon-0_5.4-dev-20030221.jar}} or later, found at 
[http://heml.mta.ca/releases]. You __don't__ need the massive 
{{heml-cocoon.war}} file.
+ # {{heml-cocoon-0_5.4-dev-20030221.jar}} or later, found at 
[http://heml.mta.ca/releases]. You __don't__ need the massive 
{{heml-cocoon.war}} file.
?     +



Reply via email to