summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
Commit message (Expand)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-241-253/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* - Fixed some memleaks when using attributesChristian Stocker2003-04-091-1/+2
* - Fixes a bunch of memleaks, especially with attributes (by Rob Richards and me)Christian Stocker2003-04-081-2/+3
* @- Added domxml_doc_create_document_fragment() andChristian Stocker2003-04-051-2/+6
* - Added domxml_elem_set_attribute_node() method. (Rob Richards)Christian Stocker2003-04-031-2/+0
* - get_path forgotten in .h fileChristian Stocker2003-01-061-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* @- Added xpath_register_ns_auto([contextnode]) for automatically registeringChristian Stocker2002-11-291-0/+1
* renamed xslt_dump_* to xslt_result_dump_* to avoid confusionChristian Stocker2002-08-231-2/+2
* @- Added XsltObject->dump_file($result,$filename[,$compression]) for dumpingChristian Stocker2002-08-221-0/+1
* @- Added XsltObject->dump_mem($result) for returning xslt-result directlyChristian Stocker2002-08-221-0/+1
* include libxml/xinclude.h to make some compilers happyChristian Stocker2002-08-151-0/+1
* @ - Added DomNode->set_namespace(uri[,prefix]) (chregu)Christian Stocker2002-08-151-0/+1
* @ - Added some namespace support with DomNode->add_namespace(uri, prefix)Christian Stocker2002-08-141-0/+2
* bump up api version numberChristian Stocker2002-08-141-1/+1
* @ - Added $DomDocument->xinclude() for substitution of XIncludes inChristian Stocker2002-08-121-0/+1
* @ - Added domxml_node_namespace_uri() (Rui Lopes).Christian Stocker2002-07-071-0/+1
* outcomment everything related to domxml_elem_set_attribute_node(). ThisChristian Stocker2002-07-011-0/+2
* include libxml/parserInternals.hChristian Stocker2002-06-251-0/+1
* - renamed domxml_parser_reference to domxml_parser_entitiy_referenceChristian Stocker2002-06-141-2/+4
* - oops, that didn't even compileChristian Stocker2002-06-141-0/+1
* @ - Added preliminary SAX-Input support. It's now possible to build a DomDocu...Christian Stocker2002-06-141-0/+8
* - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really ni...Christian Stocker2002-06-131-1/+1
* @ - Added better error-messages (3rd parameter) and validating of DTDs (2nd p...Christian Stocker2002-06-131-2/+7
* Added aliases to make attr_node access functions more consistent.Joseph Tate2002-06-071-1/+1
* Changed PHP_EXPORTS to DOMXML_EXPORTS as Edin Kadribasic suggestedBrad LaFountain2002-05-311-0/+11
* added the ability to use new keywork with domxmls objects "new DomDocument()"Brad LaFountain2002-05-311-1/+8
* - replaced domxml_doc_document_element implementation do use libxml2 methodChristian Stocker2002-05-161-2/+3
* removed the function for domxml_node_add_child and made an alias toChristian Stocker2002-05-031-1/+0
* - added function domxml_parser_set_keep_blanks()Uwe Steinmann2002-04-301-0/+1
* - added new function DomDocument->ids (subject to change)Uwe Steinmann2002-04-231-0/+1
* - added DomNode->replace_child()Uwe Steinmann2002-04-151-0/+1
* @- old $node->append_child() is now $node->append_sibling(), sinceChristian Stocker2002-04-131-0/+1
* - added method DomNode->remove_child()Uwe Steinmann2002-04-121-0/+1
* - fixed stupid compile errorUwe Steinmann2002-04-121-1/+1
* - insert_before(): copy node before doing the insertUwe Steinmann2002-04-121-0/+1
* added domxml_parser(), domxml_parser_add_chunk() and domxml_parser_end().Christian Stocker2002-04-051-0/+5
* @ implemented domxml_elem_get_elements_by_tagnameChristian Stocker2002-03-111-2/+3
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Added domxml_substitute_entities_default() functionJaroslaw Kolakowski2002-01-211-0/+1
* - added macro DOMXML_PARAM_ONEChristian Stocker2002-01-181-0/+1
* @- Added function domxml_node_get_content() (chregu)Christian Stocker2002-01-181-0/+1
* # sorry for the mixing of different things in this commitChristian Stocker2002-01-181-1/+7
* Added XsltStylesheet class with methods:Jaroslaw Kolakowski2002-01-171-1/+4
* - Added xpath_register_ns() function.Chris Jarecki2002-01-131-0/+2
* Added domxml_node_replace_node() function.Jaroslaw Kolakowski2002-01-111-0/+1
* - Fix compilation. (Christian Stocker)Markus Fischer2002-01-101-0/+1
* - Fixed compile with older libxml.foobar2002-01-091-0/+1
* AJaroslaw Kolakowski2002-01-081-3/+3