crossley 01/10/31 20:06:06
Modified: documentation/xdocs Tag: cocoon_20_branch contrib.xml
documentation/xdocs/userdocs/matchers Tag: cocoon_20_branch
matchers.xml
Log:
Mend some minor XML validation errors
Revision Changes Path
No revision
No revision
1.1.2.5 +2 -2 xml-cocoon2/documentation/xdocs/contrib.xml
Index: contrib.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/contrib.xml,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- contrib.xml 2001/10/30 03:51:01 1.1.2.4
+++ contrib.xml 2001/11/01 04:06:06 1.1.2.5
@@ -91,9 +91,9 @@
<p>
Thank you very much.
- <figure src="images/cocoon2-small.jpg" alt="Powered by Cocoon"
- width="111" height="39"/>
</p>
+ <figure src="images/cocoon2-small.jpg" alt="Powered by Cocoon"
+ width="111" height="39"/>
</s1>
<s1 title="Contributions of Code and Documentation">
No revision
No revision
1.1.2.5 +2 -2 xml-cocoon2/documentation/xdocs/userdocs/matchers/matchers.xml
Index: matchers.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/matchers/matchers.xml,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- matchers.xml 2001/10/25 07:43:51 1.1.2.4
+++ matchers.xml 2001/11/01 04:06:06 1.1.2.5
@@ -118,7 +118,7 @@
An asterisk ('*') matches zero or more of characters
up to the occurrence of a '/' character (which is intended as
a path separator). If a string such as /cocoon/docs/index.html is
- matched against the pattern '/*/*.index.html' the match is <i>not</i>
+ matched against the pattern '/*/*.index.html' the match is <em>not</em>
succesful: the first asterisk would match only up to the first path
separator, resulting in the "cocoon" string. Using this technique
a correct pattern would be '/*/*/*.html'.
@@ -136,7 +136,7 @@
while a double backslash ('\\') will match the character '\'. A
pattern such as "**/a-\*-is-born.html" would match only strings
such as "documents/movies/a-*-is-born.html" or
- 'a/very/long/path/a-*-is-born.html'. It would <i>not</i> match
+ 'a/very/long/path/a-*-is-born.html'. It would <em>not</em> match
a string such as 'docs/a-star-is-born.html'.
</li>
</ul>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]