Subj : Follow up to js_InitXMLClasses To : netscape.public.mozilla.jseng From : Brian Barnes Date : Sun Jul 24 2005 12:59 am My build command is: make -f Makefile.ref BUILD_OPT=1 OPTIMIZER="-O3 -fast -mcpu=G4 - mtune=G4 -fPIC" I'm guessing to turn XML support on you put: make -f Makefile.ref BUILD_OPT=1 JS_HAS_XML_SUPPORT=1 OPTIMIZER="-O3 - fast -mcpu=G4 -mtune=G4 -fPIC" Which is weird because the code is obviously dropping into XML paths when I never compiled it that way. [>] Brian .