In Solaris, when I call the getChildNodes method on a DOMDocument object that I get back from a DOMBuilder->parseURI call I get an error saying that I am trying to call a pure virtual function.
> But if I make this same call on a DOMDocument object that I get back from > a call to XercesDOMParser->getDocument it works. > > Is there a difference in the type of DOMDocument object pointers returned > from these two parsers? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
