Re: Using XML Security without Xalan JAR?

2008-09-05 Thread jason marshall
I looked at this recently, and discovered that there's two Xalan jar files available now, one with XSLT and one without. Since I only needed XPath, we looked at going that route (but decided not to update our libraries, alas). In the end it was only going to save me 800K of library, and cost me a

Re: Using XML Security without Xalan JAR?

2008-09-05 Thread jason marshall
Although it seems I'm wrong, that's just the XSLTC in a separate jar, not XSLT. On Fri, Sep 5, 2008 at 12:04 AM, jason marshall <[EMAIL PROTECTED]> wrote: > I looked at this recently, and discovered that there's two Xalan jar > files available now, one with XSLT and one without. Since I only > ne