Bug 14664

Summary: Patch update to ApplyTag, support Xalan 2.4.1.
Product: Taglibs Reporter: Juan F. Arjona <jfarjona>
Component: Unknown TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED INVALID    
Severity: enhancement    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Patch to ApplyTag class.

Description Juan F. Arjona 2002-11-19 01:28:23 UTC
This patch uses the interfaces provided by the javax.xml.*, org.xml.* and
org.w3c.dom.* instead of Xalan.  Only tested with Xalan 2.4.1, works fine.

Up to you guys to take it.

-- Juan
Comment 1 Juan F. Arjona 2002-11-19 01:29:06 UTC
Created attachment 3885 [details]
Patch to ApplyTag class.
Comment 2 Glenn Nielsen 2002-11-30 13:56:49 UTC
Thanks for the patch. But the XSL taglib only supports Xerces/Xalan 1.x.
The XSL taglib has been deprecated.  Use the XTags taglib for JSP 1.1
containers and JSTL for JSP 1.2 containers.