diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
commit | ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505 (patch) | |
tree | efd40b745753bf14696290ad7b24f0e698db6704 /cpp/test/XMLTransform/transform/Populate.cpp | |
parent | adding package (diff) | |
download | ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.bz2 ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.xz ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.zip |
fixed copyright date
Diffstat (limited to 'cpp/test/XMLTransform/transform/Populate.cpp')
-rw-r--r-- | cpp/test/XMLTransform/transform/Populate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/XMLTransform/transform/Populate.cpp b/cpp/test/XMLTransform/transform/Populate.cpp index 50601953437..33dadcfa980 100644 --- a/cpp/test/XMLTransform/transform/Populate.cpp +++ b/cpp/test/XMLTransform/transform/Populate.cpp @@ -61,7 +61,7 @@ emitSchema(const string& file, const string& import, const string& valueType) test(out.good()); out << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << endl - << "<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"" << endl + << "<xs:schema xmlns:xs=\"http://www.w3.org/2002/XMLSchema\"" << endl << " elementFormDefault=\"qualified\"" << endl << " xmlns:tns=\"http://www.noorg.org/schemas\"" << endl << " targetNamespace=\"http://www.noorg.org/schemas\">" << endl @@ -854,7 +854,7 @@ transformEvictor(const DBEnvironmentPtr& dbEnv) static string evictorSchema = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" - "<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"" + "<xs:schema xmlns:xs=\"http://www.w3.org/2002/XMLSchema\"" " elementFormDefault=\"qualified\"" " xmlns:tns=\"http://www.noorg.org/schemas\"" " xmlns:ice=\"http://www.zeroc.com/schemas\"" |