ossp-pkg/xds/xds_engine_xml.c 1.9 -> 1.10
--- xds_engine_xml.c 2002/01/02 17:13:44 1.9
+++ xds_engine_xml.c 2002/03/17 10:25:53 1.10
@@ -1,10 +1,10 @@
/*
-** XDS - OSSP Extensible Data Serialization Library
+** OSSP xds - Extensible Data Serialization
** Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
** Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
**
-** This file is part of OSSP XDS, an extensible data serialization
-** library which can be found at http://www.ossp.org/pkg/xds/.
+** This file is part of OSSP xds, an extensible data serialization
+** library which can be found at http://www.ossp.org/pkg/lib/xds/.
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
@@ -39,7 +39,7 @@
static const char xds_xml_begin_text[] =
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\">\n"
- "<!DOCTYPE xds SYSTEM \"http://www.ossp.org/pkg/xds/xds-xml.dtd\">\n"
+ "<!DOCTYPE xds SYSTEM \"http://www.ossp.org/pkg/lib/xds/xds-xml.dtd\">\n"
"<xds>\n";
static const char xds_xml_end_text[] =
|
|