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
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
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
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
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