Hi ;) I am new to this group as well as to the comunity of PHP developers, so I came to ask for Your advice.
I am currently working on a big project in PHP and we are heavily using it's XML capabilities. Unfortunately the object xml model is still in the development phase. This causes that it still lacks some functionality. I came across such a problem with XPath. I needed to address xml nodes in a document that was using namespaces. But the current domxml library lacks the support for that. So I have made an additional function to the domxml library that extends XPath, so now it can handle namespaces in it's queries. My question is: What should I do to make it available to the world? Should I post it here, or maybe create myself a cvs account and try to mess up with the domxml library sources, or email the guys that are taking care of this extension to generously add this functionality to their code? Thanks for help and sorry for a little OT message:) Chris Jarecki, Ipro www.ipro.pl -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]