#include "php.h"
#include "php_xsl.h"
-
+#include "ext/libxml/php_libxml.h"
/*
* class xsl_xsltprocessor
xmlDoc *doc = NULL, *newdoc = NULL;
xsltStylesheetPtr sheetp, oldsheetp;
xsl_object *intern;
- node_object *docobj;
+ php_libxml_node_object *docobj;
int prevSubstValue, prevExtDtdValue;
DOM_GET_THIS(id);
int ret, clone = 0;
char **params = NULL;
xsl_object *intern;
- node_object *docobj;
+ php_libxml_node_object *docobj;
id = getThis();
intern = (xsl_object *)zend_object_store_get_object(id TSRMLS_CC);
int ret, uri_len, clone = 0;
char **params = NULL, *uri;
xsl_object *intern;
- node_object *docobj;
+ php_libxml_node_object *docobj;
id = getThis();
intern = (xsl_object *)zend_object_store_get_object(id TSRMLS_CC);
int doc_txt_len;
char **params = NULL;
xsl_object *intern;
- node_object *docobj;
+ php_libxml_node_object *docobj;
id = getThis();
intern = (xsl_object *)zend_object_store_get_object(id TSRMLS_CC);