00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Rafal Jaroszkiewicz 00008 * Side Effects Software Inc 00009 * 123 Front Street West, Suite 1401 00010 * Toronto, Ontario 00011 * Canada M5J 2M2 00012 * 416-504-9876 00013 * 00014 * NAME: UT_XMLSaxParser.h ( Library, C++) 00015 * 00016 * COMMENTS: 00017 * see: http://libxmlplusplus.sourceforge.net 00018 * see: http://libxmlplusplus.sourceforge.net/docs/manual/ 00019 * html/ar01s02.html#id2466591 00020 */ 00021 00022 #ifndef __UT_XMLSaxParser__ 00023 #define __UT_XMLSaxParser__ 00024 00025 #include <libxml++/parsers/saxparser.h> 00026 00027 typedef xmlpp::SaxParser UT_XMLSaxParser; 00028 00029 #endif 00030
1.5.9