bayard 01/09/20 21:57:29
Modified: string/xml string.xml
Log:
Escaped a couple of < and > signs in the XML.
Revision Changes Path
1.5 +3 -4 jakarta-taglibs/string/xml/string.xml
Index: string.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/string/xml/string.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- string.xml 2001/09/17 23:31:36 1.4
+++ string.xml 2001/09/21 04:57:29 1.5
@@ -56,7 +56,6 @@
</requirements-info>
<tagtoc name="String Tags">
- </tag>
<!-- imported string.tld file -->
@@ -251,7 +250,7 @@
<display-name>removeXml</display-name>
<description>
Remove any XML tags from a String. A very
- simple algorithm which just removes any <..>
+ simple algorithm which just removes any <..%gt;
blocks of text.
</description>
<availability>1.0</availability>
@@ -260,8 +259,8 @@
<usage>
<comment>
All it currently does is strip any
- <xx> tags out. It doesn't check that the tags are correct
- xml and it would be confused by < or > signs inside a
+ <xx> tags out. It doesn't check that the tags are correct
+ xml and it would be confused by < or > signs inside a
tag attribute.
</comment>
<code>