Okay, thanks for your replies. I've been playing with the DomDocument a bit, and the code is making a little more sense. I see that the classes are made up of aliases. That is, the member functions are aliases to procedural PHP_FUNCTION()s... I think. In this case, what do we document? The OO alias or the function? As I see it, people shouldn't be using the function. Plus, the procedurals seem to throw an undef. function error when called. I'll go back and read some recent OO documentation threads, but I have to ctrl+x first. ;-)
Ken
