Ticket #5 (assigned enhancement)

Opened 3 years ago

Last modified 3 years ago

Allow context-sensitive tag definitions

Reported by: schst Assigned to: schst (accepted)
Priority: normal Milestone: v1.1.0
Component: TagDefinitionParser Version: SVN-HEAD
Severity: normal Keywords:
Cc:

Description

It would be nice if tags could be redefined inside other tags, so the tag could be used more then once:

<defines>
  <tag name="foo" type="java.lang.String"/>
  <tag name="bar" type="java.util.HashMap">
    <tag name="foo" type="java.lang.Integer"/>
  </tag>
</defines>

Change History

07/25/05 10:50:35 changed by anonymous

  • owner changed from schst to anonymous.
  • status changed from new to assigned.

07/25/05 10:50:57 changed by schst

  • owner changed from anonymous to schst.
  • status changed from assigned to new.

07/25/05 10:51:01 changed by schst

  • status changed from new to assigned.

07/25/05 22:57:24 changed by schst

  • milestone set to v1.1.0.