/* xmldefs.h * Definitions common to importing and exporting Denemo's "native" XML file * format * * for Denemo, a gtk+ frontend to GNU Lilypond * (c) 2001-2005 Eric Galluzzo */ #ifndef XMLDEFS_H #define XMLDEFS_H #include #include /* The namespace in which built-in Denemo XML elements reside */ #define DENEMO_XML_NAMESPACE "http://denemo.sourceforge.net/xmlns/Denemo" #endif