donaldp 2002/11/11 22:58:57
Modified: info/src/xdocs index.xml
Log:
tag --> attribute
Revision Changes Path
1.5 +10 -12 jakarta-avalon-excalibur/info/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 15 Sep 2002 04:43:31 -0000 1.4
+++ index.xml 12 Nov 2002 06:58:57 -0000 1.5
@@ -36,31 +36,29 @@
</section>
<section name="The Solution">
<p>To address these concerns, descriptor elements for loggers,
- and context entrys were defined and the notion of tags were
+ and context entrys were defined and the notion of attributes were
introduced.</p>
- <p>Tags define a mechanism via which a the meta data about a
- component can be extended. Each tag has a name and set of
- parameters. An example of a tag is;</p>
+ <p>Attributes define a mechanism via which a the meta data about a
+ component can be extended. Each attribute has a name and set of
+ parameters. An example of a attribute is;</p>
<source>
<![CDATA[
-<!-- A simple tag defining security features -->
-<tag name="avalon:sec">
+<!-- A simple attribute defining security features -->
+<attribute name="avalon:sec">
<!-- Make sure that the caller is in the role "Bob" -->
<param name="role" value="Bob"/>
-</tag>
+</attribute>
]]></source>
- <p>The definition of tag names and parameters is not required to be
+ <p>The definition of attribute names and parameters is not required to
be
defined by the info project. Containers are encouraged to define their
- own set of tags to support container specific features. Some tag
+ own set of attribute to support container specific features. Some tag
definitions that are common between containers are documented on our
- <a href="tags.html">Tags</a> page.</p>
+ <a href="attribute.html">Tags</a> page.</p>
<p>The info project does not intend to define implementation
strategies for containers who wish to support the info model and the
tag extensions. It is recomend that you visit the
<a href="http://jakarta.apache.org/avalon/excalibur/interceptor">
Interceptor</a> project.</p>
-
-
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>