Pavel Penchev wrote:
Robin, can you describe in brief what get_dom() will do?

Sure. Currently you have get_strref() and get_fh(), both of which return an XML document as a string. get_dom() returns a LibXML DOM. That way there is no need for people that write Providers that return synthetic DOMs to stringify them beforehand, which is a bit stupid because the first thing that happens to them is that they are parsed again :)


Just as a comment - I'm having memleak problems with XPathScript. I haven't
> heard anyone else complaining so I guess it has something to do with what
> Robin says (although LibXSLT works just fine, no memleaks there).

XPathScript was built on XML::XPath last time I checked, not XML::LibXML. If that is still true, memory leaks there are likely to be due to Perl stuff, eg circular refs hanging around.

--
Robin Berjon <[EMAIL PROTECTED]>
Research Engineer, Expway        http://expway.fr/
7FC0 6F5F D864 EFB8 08CE  8E74 58E6 D5DB 4889 2488


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to