const XSLTInputSource& XSLTURL,
const XSLTResultTarget& theOut )
{
- XercesDOMSupport theDOMSupport;
- XercesParserLiaison theParserLiaison(theDOMSupport);
+ XercesParserLiaison theParserLiaison;
+ XercesDOMSupport theDOMSupport(theParserLiaison);
DG() << "Creating the parsed source..." << endl;
const XercesDOMWrapperParsedSource parsedSource(
0 );
DOMElement* root_element = doc->getDocumentElement();
- XercesDOMSupport theDOMSupport;
- XercesParserLiaison theParserLiaison(theDOMSupport);
+ XercesParserLiaison theParserLiaison;
+ XercesDOMSupport theDOMSupport(theParserLiaison);
FormatterToXercesDOM theFormatter( doc, root_element );
XSLTResultTarget theDOMResultTarget( theFormatter );
// theDOM->normalize();
- XercesDOMSupport theDOMSupport;
- XercesParserLiaison theParserLiaison(theDOMSupport);
+ XercesParserLiaison theParserLiaison;
+ XercesDOMSupport theDOMSupport(theParserLiaison);
cerr << "Creating the parsed source..." << endl;
const XercesDOMWrapperParsedSource parsedSource(
}
- XercesDOMSupport theDOMSupport;
- XercesParserLiaison theParserLiaison(theDOMSupport);
+ XercesParserLiaison theParserLiaison;
+ XercesDOMSupport theDOMSupport(theParserLiaison);
const XercesDOMWrapperParsedSource parsedSource(
GetImpl(inputDOM), theParserLiaison, theDOMSupport );
LG_XSLTFS_D << "xmlContext:" << xmlContext->getURL() << endl;
- XercesDOMSupport theDOMSupport;
- XercesParserLiaison theParserLiaison(theDOMSupport);
+ XercesParserLiaison theParserLiaison;
+ XercesDOMSupport theDOMSupport(theParserLiaison);
const XercesDOMWrapperParsedSource parsedSource(
GetImpl(theDOM), theParserLiaison, theDOMSupport );
// LG_XSLTFS_D << "xmlContext:" << xmlContext->getURL() << endl;
-// XercesDOMSupport theDOMSupport;
-// XercesParserLiaison theParserLiaison(theDOMSupport);
+// XercesParserLiaison theParserLiaison;
+// XercesDOMSupport theDOMSupport(theParserLiaison);
// const XercesDOMWrapperParsedSource parsedSource(
// GetImpl(theDOM), theParserLiaison, theDOMSupport );
fh_domdoc theDOM = Factory::makeDOM( xmlContext );
cerr << "have the DOM" << endl;
- XercesDOMSupport theDOMSupport;
- XercesParserLiaison theParserLiaison(theDOMSupport);
+ XercesParserLiaison theParserLiaison;
+ XercesDOMSupport theDOMSupport(theParserLiaison);
cerr << "about to make ParsedSource..." << endl;
const XercesDOMWrapperParsedSource parsedSource(