Added skeleton for query charset conversion. Bug #977.
[yaz-moved-to-github.git] / src / xmlquery.c
index 62ebd7f..a66560b 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1995-2006, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * All rights reserved.
  *
- * $Id: xmlquery.c,v 1.10 2006-07-06 10:17:54 adam Exp $
+ * $Id: xmlquery.c,v 1.12 2007-01-03 08:42:15 adam Exp $
  */
 
 /** \file xmlquery.c
@@ -19,6 +19,7 @@
 
 #include <yaz/logrpn.h>
 #include <yaz/xmlquery.h>
+#include <yaz/nmem_xml.h>
 
 void yaz_query2xml_attribute_element(const Z_AttributeElement *element,
                                      xmlNodePtr parent)