Re: [AOLSERVER] Xpath in ns_xml

2002-06-01 Thread Scott Goodwin
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 al

Re: [AOLSERVER] Xpath in ns_xml

2002-06-01 Thread David Walker
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 fi

Re: [AOLSERVER] Xpath in ns_xml

2002-06-01 Thread Dave Bauer
Scott, That sounds like a good idea. Dave On Sat, Jun 01, 2002 at 05:48:21PM +, Scott Goodwin wrote: > I've updated the nsxml module in AOLserver's SF CVS area with Jeremy > Collin's patch; this brings it up-to-date with Yon Derek's nsxml module > and adds XPath support. I've now removed th

Re: [AOLSERVER] Xpath in ns_xml

2002-06-01 Thread Scott Goodwin
I've updated the nsxml module in AOLserver's SF CVS area with Jeremy Collin's patch; this brings it up-to-date with Yon Derek's nsxml module and adds XPath support. I've now removed the acs-misc version of nsxml. It compiles, and the server can load the module, but I haven't done any real testing

Re: [AOLSERVER] XPath in ns_xml

2002-05-30 Thread Dave Bauer
I have a extended version of ns_xml that adds several new commands and cleans up the syntax to be more consistent. It is a potential ns_xml 2.0. It is also based off the work Yon Derek did with ns_xml 1.4. Is anyone interested in merging this code with the xpath changes to move forward and improv

Re: [AOLSERVER] XPath in ns_xml

2002-05-30 Thread Scott Goodwin
I spoke with Yon Derek a while ago and he said he no longer has time to maintain ns_xml. I grabbed his latest copy and had it imported into AOLserver's SourceForge area and had him added to the committer's list anyway. We should probably ask Yon to remove the other copy that's on SourceForge to re

Re: [AOLSERVER] XPath in ns_xml

2002-05-30 Thread Roberto Mello
On Thu, May 30, 2002 at 02:09:29PM -0500, Jeremy Collins wrote: > All, > > I have a small patch to ns_xml which adds XPath support and I was > wondering who to send this patch too. I noticed that there are two > different places to grab the code, aolserver.com, and acs-misc.sf.net. > > The patch

[AOLSERVER] XPath in ns_xml

2002-05-30 Thread Jeremy Collins
All, I have a small patch to ns_xml which adds XPath support and I was wondering who to send this patch too. I noticed that there are two different places to grab the code, aolserver.com, and acs-misc.sf.net. The patch I have is actually against the acs-misc version which is many revisions new