From b2151e850323cf81ca19d1641ce105205fde987d Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Mon, 15 Jul 2002 15:44:18 +0000 Subject: [PATCH] use XMLFormatTarget instead of StdOutFormatTarget git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173990 13f79535-47bb-0310-9956-ffa450edef68 --- samples/DOMPrint/DOMPrint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/DOMPrint/DOMPrint.cpp b/samples/DOMPrint/DOMPrint.cpp index 5430d89ab..94980f1f6 100644 --- a/samples/DOMPrint/DOMPrint.cpp +++ b/samples/DOMPrint/DOMPrint.cpp @@ -488,7 +488,7 @@ int main(int argC, char* argV[]) // StdOutFormatTarget prints the resultant XML stream // to stdout once it receives any thing from the serializer. // - StdOutFormatTarget *myFormTarget = new StdOutFormatTarget(); + XMLFormatTarget *myFormTarget = new StdOutFormatTarget(); // get the DOM representation DOMNode *doc = parser->getDocument(); -- GitLab