Re: FW: [PHP-DEV] Autoboxing in php 5.1

2005-02-15 Thread Rob Richards
You have to build an xmlNodeSet by hand. The DOMNodeList class wraps many different types of data to iterate (HastTables, xmlHashTables, nodeIterators, notationIterator, etc...). Everything works on live data so no xmlNodeSets are used since those are static. The iterators all work directly on t

Re: FW: [PHP-DEV] Autoboxing in php 5.1

2005-02-14 Thread Christian Stocker
On 14.2.2005 23:42 Uhr, David Kingma | jool.nl wrote: Hi Chegru -Original Message- I'm currently trying to add the Canonicalization functionality, but since I'm not a C expert, it takes a while :) Shouldn't be to hard, if your talking about the functions described at http://xmlsoft.org

RE: FW: [PHP-DEV] Autoboxing in php 5.1

2005-02-14 Thread David Kingma | jool.nl
Hi Chegru > -Original Message- > > I'm currently trying to add the Canonicalization functionality, but > > since I'm not a C expert, it takes a while :) > > Shouldn't be to hard, if your talking about the functions described at > > http://xmlsoft.org/html/libxml-c14n.html > That's in

Re: FW: [PHP-DEV] Autoboxing in php 5.1

2005-02-13 Thread Christian Stocker
On 13.2.2005 19:08 Uhr, David Kingma | jool.nl wrote: Hello Marcus / Adam, While I have nothing against some kind of comment parser in the PHP core, I think it's something which can be done perfectly in the userland (when the ReflectionParameter::getDocComment() is added). Instead I would like to

FW: [PHP-DEV] Autoboxing in php 5.1

2005-02-13 Thread David Kingma | jool.nl
Hello Marcus / Adam, While I have nothing against some kind of comment parser in the PHP core, I think it's something which can be done perfectly in the userland (when the ReflectionParameter::getDocComment() is added). Instead I would like to see the XML Canonicalization functionality from libxm