xml.h

Go to the documentation of this file.
00001 #ifndef DVXML_H
00002 #define DVXML_H
00003 // $Id: xml.h,v 1.9 2008/01/07 14:45:20 dvermeir Exp $
00004 
00005 #include <string>
00006 #include <stdexcept>
00007 #include <dvutil/date.h>
00008 #include <xmlwrapp/xmlwrapp.h>
00009 
00010 #include <dvxml/exception.h>
00011 #include <dvxml/dviconv.h>
00012 #include <dvxml/node.h>
00013 #include <dvxml/doc.h>
00014 #include <dvxml/tohtml.h>
00015 
00016 namespace Dv {
00017   namespace Xml {
00018 
00019     /** Represent date as xml::node.
00020      * @param name tag of main xml::node.
00021      * @param d date to represent.
00022      * @return Dv::Xml::Node representing d.
00023      */
00024     Dv::Xml::Node date(const std::string& name, const Dv::Util::Date& d); 
00025   }
00026 }
00027 #endif
00028 

dvxml-0.1.7 [ 7 January, 2008]