00001 /* 00002 * xmlencodeattr.h 00003 * 00004 * copyright : (c) 2003 by Joseph Wenninger 00005 * except for a small modification it's identical to qdom.cpp:encodeAttr 00006 * email : jowenn@handhelds.org 00007 * 00008 */ 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef _XML_ENCODE_ATTR_ 00019 #define _XML_ENCODE_ATTR_ 00020 00021 #include <qstring.h> 00022 00023 QString encodeAttr( const QString& str ); 00024 00025 #endif 00026
1.4.2