[LIBXSLT] Update to v1.1.29. CORE-11557
[reactos.git] / reactos / sdk / include / reactos / libs / libxslt / xsltInternals.h
index 95e8fe6..7123ace 100644 (file)
@@ -1639,6 +1639,8 @@ struct _xsltStylesheet {
      * Forwards-compatible processing
      */
     int forwards_compatible;
+
+    xmlHashTablePtr namedTemplates; /* hash table of named templates */
 };
 
 typedef struct _xsltTransformCache xsltTransformCache;