The XSLT portion depends on libxml2 and libxslt. The XML portion only depends on libxml2. Regardless of how many modules use it, only one copy of libxml2 would be loaded. The benefit of having them separate is in Tcl command namespace (ns_xml and ns_xslt vs. ns_xml and ns_xml applyxslt), and in allowing someone to use nsxml without having the XSLT code in there. I'll look at separating them.
/s. On Sat, 1 Jun 2002 13:25:22 -0500, "David Walker" <[EMAIL PROTECTED]> said: > I'm open to either option. If the separate nsxslt module was still > dependent > upon libxml2 then I'd say we might as well leave them in a single > module. > > If we got to the point of having a configure script (--with-xslt > --without-xslt) it should be pretty simple for new people to compile. > > I did find that if I used straight html in my xslt template it crashed > aolserver. I assume this has something to do with a lot of tags being > opened > and never being closed but I haven't looked into it any further than > that. > If few enough opened and not closed tags are used it generates a proper > error > and doesn't crash. > -- Scott Goodwin [EMAIL PROTECTED] http://scottg.net
