Re: xalan usage in taglibs

2017-12-08 Thread Matthew Broadhead
here is a patch which removes the xalan dependency.  but it breaks the ForEachTagTest. i notice that every constructor generates a JSTLXPathCompiler. could it not be a singleton? On 07/12/2017 15:08, Matthew Broadhead wrote: is there any other way to rewrite it so that it doesn't use DTMManage

Re: xalan usage in taglibs

2017-12-08 Thread Jeremy Boynes
> On Dec 8, 2017, at 3:58 AM, Matthew Broadhead > wrote: > > here is a patch which removes the xalan dependency. but it breaks the > ForEachTagTest. > i notice that every constructor generates a JSTLXPathCompiler. could it not > be a singleton? Thanks for the patch. I tried applying it but i

Re: xalan usage in taglibs

2017-12-08 Thread Matthew Broadhead
ok i created an issue https://bz.apache.org/bugzilla/show_bug.cgi?id=61875 On 08/12/2017 16:29, Jeremy Boynes wrote: On Dec 8, 2017, at 3:58 AM, Matthew Broadhead wrote: here is a patch which removes the xalan dependency. but it breaks the ForEachTagTest. i notice that every constructor gen