User: rinkrank
  Date: 02/07/09 18:07:04

  Modified:    modules/xdoclet/src/META-INF xtags.xml
  Log:
  Improved tag docs. They now say at what level (class, method, field, constructor) a 
tag belongs. This involves a change in xtags.dtd. There is a new <level> tag which 
more or less replaces the corresponding conditions for class and method. Also added 
"cardinality" - whether a tag can occur more than once. In order to do this I had to 
trade the old XSLT transfromation for Anakia, which is more powerful (at least it 
makes me more powerful ;-)
  
  Revision  Changes    Path
  1.4       +4 -3      xdoclet/modules/xdoclet/src/META-INF/xtags.xml
  
  Index: xtags.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/xdoclet/src/META-INF/xtags.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- xtags.xml 19 Jun 2002 20:37:27 -0000      1.3
  +++ xtags.xml 10 Jul 2002 01:07:04 -0000      1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!DOCTYPE xdoclet PUBLIC "-//XDoclet Team//DTD XDoclet Tags 1.1//EN" 
"http://xdoclet.sourceforge.net/dtds/xtags.dtd";>
  +<!--DOCTYPE xdoclet PUBLIC "-//XDoclet Team//DTD XDoclet Tags 1.1//EN" 
"http://xdoclet.sourceforge.net/dtds/xtags.dtd"-->
   
   <xdoclet>
       <!-- xdoclet tags -->
  @@ -15,7 +15,8 @@
           </condition>
           <tags>
               <tag>
  -                <name>xdoclet:taghandler</name>
  +                <level>class</level>
  +                <name>xdoclet.taghandler</name>
                   <usage-description>
                       Class tag to put on Tags Handler classes
                   </usage-description>
  @@ -32,7 +33,7 @@
                     <usage-description>
                     <![CDATA[
                     Define the namespace (without XDt) for the tags handler.  Example 
: PkTagsHandler have
  -                  namespace="EjbPk" and the templates will look like <XdtEjbPk:xxx/>
  +                  namespace="EjbPk" and the templates will look like <XDtEjbPk:xxx/>
                     ]]>
                     </usage-description>
                     <mandatory>true</mandatory>
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to