Skip to content
Snippets Groups Projects
Commit 37dc49d7d374 authored by William M. Brack's avatar William M. Brack
Browse files

Added XML_PI_NODE to the macro IS_XSLT_REAL_NODE, fixed bug 120644.

* libxslt/xsltutils.h: Added XML_PI_NODE to the macro
  IS_XSLT_REAL_NODE, fixed bug 120644.
parent 82e04302cd8b
Branches
No related tags found
No related merge requests found
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> Sat Sep 13 02:04:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
* xsltproc/xsltproc.c doc/xsltproc.1 doc/xsltproc.xml * xsltproc/xsltproc.c doc/xsltproc.1 doc/xsltproc.xml
......
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
((n)->type == XML_TEXT_NODE) || \ ((n)->type == XML_TEXT_NODE) || \
((n)->type == XML_ATTRIBUTE_NODE) || \ ((n)->type == XML_ATTRIBUTE_NODE) || \
((n)->type == XML_DOCUMENT_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. * Our own version of namespaced atributes lookup.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment