Using Tag Bodies
Empty Tag Bodies
- So far all our uses of custom tags have not used the tag's body:
- <foo:bar/>
- <mytag:helloWorld/>
- <mytag:date format="MM/dd/yyyy" />
- <mytag:dynamicAttribute name="foo" value="bar"/>
- Correspondingly, the TLD entries for each has a sub-element that looks
like:
<body-content>empty</body-content>