00001 /* 00002 00003 xml.h 00004 00005 Literal XML string. 00006 00007 A literal XML string contains XML content. This declaration provides a simple 00008 interface to the literal XML string handler. The XML string contains UTF8 00009 content when the SOAP_C_UTFSTRING flag is set. 00010 00011 gSOAP XML Web services tools 00012 Copyright (C) 2004, Robert van Engelen, Genivia, Inc. All Rights Reserved. 00013 00014 -------------------------------------------------------------------------------- 00015 gSOAP public license. 00016 00017 The contents of this file are subject to the gSOAP Public License Version 1.3 00018 (the "License"); you may not use this file except in compliance with the 00019 License. You may obtain a copy of the License at 00020 http://www.cs.fsu.edu/~engelen/soaplicense.html 00021 Software distributed under the License is distributed on an "AS IS" basis, 00022 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 00023 for the specific language governing rights and limitations under the License. 00024 00025 The Initial Developer of the Original Code is Robert A. van Engelen. 00026 Copyright (C) 2000-2004 Robert A. van Engelen, Genivia inc. All Rights Reserved. 00027 -------------------------------------------------------------------------------- 00028 GPL license. 00029 00030 This program is free software; you can redistribute it and/or modify it under 00031 the terms of the GNU General Public License as published by the Free Software 00032 Foundation; either version 2 of the License, or (at your option) any later 00033 version. 00034 00035 This program is distributed in the hope that it will be useful, but WITHOUT ANY 00036 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00037 PARTICULAR PURPOSE. See the GNU General Public License for more details. 00038 00039 You should have received a copy of the GNU General Public License along with 00040 this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00041 Place, Suite 330, Boston, MA 02111-1307 USA 00042 00043 Author contact information: 00044 engelen@genivia.com / engelen@acm.org 00045 -------------------------------------------------------------------------------- 00046 */ 00047 00048 typedef char *XML;