Bug 9547

Summary: Typo in tld12.xsl "short-name" processing
Product: Taglibs Reporter: Steve Byrne <sbb>
Component: Unknown TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Steve Byrne 2002-05-31 17:54:39 UTC
There is a typo or left-over from JSP taglib 1.1 days where the handling of the
<short-name> tld element uses the name "shortname" instead of "short-name". 
This is in src/taglib/tld12.xsl, line 38.  

The xml basically says:

<if "short-name">
     <value-of "shortname"> ...
and it clearly should be 
     <value-of "short-name">
Comment 1 Glenn Nielsen 2002-05-31 19:41:15 UTC
Fixed, thanks for posting this.