Added XML_PI_NODE to the macro IS_XSLT_REAL_NODE, fixed bug 120644.
authorWilliam M. Brack <wbrack@src.gnome.org>
Mon, 15 Sep 2003 14:45:00 +0000 (14:45 +0000)
committerWilliam M. Brack <wbrack@src.gnome.org>
Mon, 15 Sep 2003 14:45:00 +0000 (14:45 +0000)
* libxslt/xsltutils.h: Added XML_PI_NODE to the macro
  IS_XSLT_REAL_NODE, fixed bug 120644.

ChangeLog
libxslt/xsltutils.h

index 3624111..ef65a22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 15 07:41:14 PDT 2003 William Brack <wbrack@mmm.com.hk>
+
+       * libxslt/xsltutils.h: Added XML_PI_NODE to the macro
+         IS_XSLT_REAL_NODE, fixed bug 120644.
+
 Sat Sep 13 02:04:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
        * xsltproc/xsltproc.c doc/xsltproc.1 doc/xsltproc.xml
index 7ca6fc0..e253bd4 100644 (file)
@@ -72,7 +72,8 @@ extern "C" {
       ((n)->type == XML_TEXT_NODE) ||                                  \
       ((n)->type == XML_ATTRIBUTE_NODE) ||                             \
       ((n)->type == XML_DOCUMENT_NODE) ||                              \
-      ((n)->type == XML_HTML_DOCUMENT_NODE)))
+      ((n)->type == XML_HTML_DOCUMENT_NODE) ||                         \
+      ((n)->type == XML_PI_NODE)))
 
 /*
  * Our own version of namespaced atributes lookup.