husted 02/01/23 12:38:08
Modified: docs/site jakarta-site-tags.html
Log:
Commit some "orphan" HMTL files.
Revision Changes Path
1.12 +4 -2 jakarta-site2/docs/site/jakarta-site-tags.html
Index: jakarta-site-tags.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/jakarta-site-tags.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- jakarta-site-tags.html 19 Jan 2002 13:15:35 -0000 1.11
+++ jakarta-site-tags.html 23 Jan 2002 20:38:08 -0000 1.12
@@ -294,7 +294,8 @@
<ol> and <ul> tags can be embedded as is.
</li>
<li>
- <source> tags are special. If you are embedding other
+ <source> tags are special. <source> tags are only embedded
+ within <section> and <subsection> tags. If you are embedding other
XML/XHTML markup within the source tags, then you need to place a
CDATA section within the source section. Example:<strong>
<source><![CDATA[ content here <a
@@ -303,7 +304,8 @@
is not within a CDATA. The reason for this is that it really is
within a CDATA within the XML source file, but is not in the example
above because one cannot embed a CDATA within a CDATA.
- </li></ol>
+ </li>
+</ol>
<p>
The output of the example XML file above is shown <a
href="./jakarta-site-tags-example.html">here</a>. View source in your
browser to see the generated HTML markup.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>