Index: epparse.c
===================================================================
--- epparse.c   (Revision 387707)
+++ epparse.c   (Arbeitskopie)
@@ -1147,7 +1147,7 @@
     if (!(xNode = Node_appendChild (r -> pApp, pDomTree, xDocNode, 0, ntypAttr, 0, NULL, xDomTreeAttr, 0, 0, NULL)))
        return rcOutOfMemory ;

-    if (!(xNode = Node_appendChild (r -> pApp, pDomTree, xNode, 0, ntypAttrValue, 0, NULL, r -> Component.xCurrDomTree, 0, 0, NULL)))
+    if (!(xNode = Node_appendChild (r -> pApp, pDomTree, xNode, 0, ntypAttrValue, 0, (char *)&(r -> Component.xCurrDomTree), sizeof (r -> Component.xCurrDomTree), 0, 0, NULL)))
        return rcOutOfMemory ;

     /* Add at least one child node to document to make insertafter at the beginning of the document work */

