Skip to content
Snippets Groups Projects
Commit b6691884 authored by Unknown (roddey)'s avatar Unknown (roddey)
Browse files

Changes for the new URL and InputSource changes.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171533 13f79535-47bb-0310-9956-ffa450edef68
parent 75e2e8e1
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,11 @@
/**
* $Log$
* Revision 1.1 1999/11/09 01:02:14 twl
* Initial revision
* Revision 1.2 2000/01/12 00:29:49 roddey
* Changes for the new URL and InputSource changes.
*
* Revision 1.1.1.1 1999/11/09 01:02:14 twl
* Initial checkin
*
* Revision 1.3 1999/11/08 20:42:25 rahul
* Swat for adding in Product name and CVS comment log variable.
......@@ -71,7 +74,6 @@
#include <util/PlatformUtils.hpp>
#include <util/XMLString.hpp>
#include <util/URL.hpp>
#include <internal/URLInputSource.hpp>
#include <internal/XMLScanner.hpp>
#include <validators/DTD/DTDValidator.hpp>
#include "ParserTest.hpp"
......@@ -190,8 +192,7 @@ int main(int argC, char** argV)
try
{
URLInputSource src(urlPath);
scanner.scanDocument(src);
scanner.scanDocument(urlPath);
}
catch(const XMLException& toCatch)
......@@ -200,6 +201,5 @@ int main(int argC, char** argV)
<< toCatch.getMessage()
<< EndLn;
}
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment