Re: Embperl and XML

2002-04-17 Thread Cameron McBride
> Yes, that's what Embperl currently does. Additionaly it caches parsed XSLT > stylesheets and XML documents (you can configure that), so when you make a > lot of transformations using the same stylesheet on different doucments, the > sytlesheet only get's parsed once (Embperl automaticly reparses

Re: Embperl and XML

2002-04-16 Thread Gerald Richter
> > Ahh, perhaps I am starting to get it. Basically the XSLT recipes > configure the processing of the code to use XML libraries, and when you > do an Execute on them, they make the calls using the specified XML > library (libxml2 in my case). So all the XSLT functionality is done > by the respe

Re: Embperl and XML

2002-04-16 Thread Cameron McBride
> > It seems to me (from document fragments and example code) that the 'XML > > integration' has mostly targetted the XSLT transformations. > > > > It's maily intended for transforming it and generating output. For now this > means mainly XSLT. Ahh, perhaps I am starting to get it. Basically th

Re: Embperl and XML

2002-04-16 Thread Gerald Richter
> It seems to me (from document fragments and example code) that the 'XML > integration' has mostly targetted the XSLT transformations. > It's maily intended for transforming it and generating output. For now this means mainly XSLT. > What if I just want to parse some XML files? > > - are the

RE: Embperl and XML

2002-04-16 Thread Wim Kerkhoff
On 16-Apr-2002 Cameron McBride wrote: > It seems to me (from document fragments and example code) that the 'XML > integration' has mostly targetted the XSLT transformations. > > What if I just want to parse some XML files? > > - are the libxml2 documented functions just bootstrapped into the