Hydra 0.20
|
00001 00002 /* 00003 * Copyright (c) 2009 Aleksander B. Demko 00004 * This source code is distributed under the MIT license. 00005 * See the accompanying file LICENSE.MIT.txt for details. 00006 */ 00007 00008 #ifndef __INCLUDED_XML_UTIL_H__ 00009 #define __INCLUDED_XML_UTIL_H__ 00010 00011 #include <QString> 00012 00013 namespace hydra 00014 { 00015 QString escapeForXML(const QString &s); 00016 } 00017 00018 #endif 00019