You needn\'t search for domxml extension, because it\'s alredy part of PHP release. I\'m talking about PHP releases above 4.0.3.
All that you have to do is to uncoment this string in php.ini file under extensions section:
extension=php_domxml.dll
If you are running PHP as CGI module, It will work right away, othervise if you running it as isapi module, you\'ll have to restart your WEB server.
Simon