Alright, so what I'm doing is wrapping two libraries from the Jabber Project
(http://www.jabber.org).  The first is an xmlnodes wrapper, similar to
DOM but more internalized as well as some other helper functions, the
second is jabber specific functionality.  Here is where it gets tricky,
the xmlnode library is dependent on the jabber library.  The xmlnode
library is also very useful by itself so I would like it to be that way.
So I have it working great but now that I'm ready to make the jabber
extension use it I'm lost.  Can I make the require each other?  Can I
register xmlnode resources from the jabber extension?  If I can't do this
any suggestions on the best solution?

--temas

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

Reply via email to