Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Whitespace | Derick Rethans | 2002-08-28 | 1 | -1/+1 | |
| | ||||||
* | fix some to long property strings | Christian Stocker | 2002-08-27 | 1 | -3/+3 | |
| | ||||||
* | argh, domxml_doc_free is not yet ready for CVS :) | Christian Stocker | 2002-08-27 | 1 | -21/+0 | |
| | ||||||
* | stupid typo | Christian Stocker | 2002-08-27 | 1 | -3/+24 | |
| | ||||||
* | fix memleak in php_domxslt_string_to_xpathexpr | Christian Stocker | 2002-08-27 | 1 | -7/+8 | |
| | ||||||
* | renamed xslt_dump_* to xslt_result_dump_* to avoid confusion | Christian Stocker | 2002-08-23 | 1 | -8/+8 | |
| | | | | | # will adjust NEWS file later | |||||
* | fix memleak in xslt->dump_mem() | Christian Stocker | 2002-08-23 | 1 | -1/+2 | |
| | ||||||
* | - moved xslt_dump_ to better place | Christian Stocker | 2002-08-22 | 1 | -75/+72 | |
| | | | | | - removed unused variables | |||||
* | @- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping | Christian Stocker | 2002-08-22 | 1 | -1/+41 | |
| | | | | | @ xslt-result directly into a file. (chregu) | |||||
* | @- Added XsltObject->dump_mem($result) for returning xslt-result directly | Christian Stocker | 2002-08-22 | 1 | -1/+40 | |
| | | | | | | | | @ into a string (morus.walter@web.de, chregu) - XsltObject->dump_file() will follow - bumped up needed libxslt version to 1.0.18 | |||||
* | return version number of linked libxml2, not of the one, which it was | Christian Stocker | 2002-08-22 | 1 | -2/+2 | |
| | | | | | compiled against | |||||
* | kill compiler warning (unused variable) | foobar | 2002-08-22 | 1 | -1/+1 | |
| | ||||||
* | w3c adjustments :) | Christian Stocker | 2002-08-19 | 1 | -2/+2 | |
| | | | | | | - has_attributes returns empty string if attribute is not there - parent_node returns null, if no parent | |||||
* | More W3C conformance stuff (they returned all false before..) | Christian Stocker | 2002-08-17 | 1 | -8/+14 | |
| | | | | | | | | - DomNode->attributes() returns NULL, if not found. - DomNode->first_child() returns NULL, if not found - DomNode->last_child() returns NULL, if not found. - DomNode->namespace_uri() returns NULL, if not found. | |||||
* | More on the way to W3C coformance: | Christian Stocker | 2002-08-16 | 1 | -34/+28 | |
| | | | | | | | | @- Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL @ instead of false (W3C specs). (chregu) @- Changed DomNode->insert_before() and DomNode->append_child() to conform to @ W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu) | |||||
* | proto fixes | Christian Stocker | 2002-08-15 | 1 | -2/+2 | |
| | ||||||
* | @ - Added DomNode->set_namespace(uri[,prefix]) (chregu) | Christian Stocker | 2002-08-15 | 1 | -8/+69 | |
| | | | | | | - Added third optional parameter (prefix) to DomDocument->create_element_ns() - generate prefix from random number, if not provided. | |||||
* | - let DomNode->replace_child always behave correctly (acc. to W3C specs) | Christian Stocker | 2002-08-14 | 1 | -13/+1 | |
| | | | | | | if the newchild had the same parent as the old child, nothing happened, which seemed strange behaviout to me... | |||||
* | DomNode->replace_node moves instead of copies node. | Christian Stocker | 2002-08-14 | 1 | -17/+3 | |
| | ||||||
* | - fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.)) | Christian Stocker | 2002-08-14 | 1 | -8/+3 | |
| | | | | | | @ - DomNode->insert_before behaves now according to W3C spec @ ie. new_child is moved, not copied. (chregu) | |||||
* | @ - Added some namespace support with DomNode->add_namespace(uri, prefix) | Christian Stocker | 2002-08-14 | 1 | -0/+71 | |
| | | | | | @ and DomDocument->create_element_ns(uri, nodename) (chregu) | |||||
* | fix for bug #18196 | Christian Stocker | 2002-08-14 | 1 | -4/+12 | |
| | | | | | | @ - DomElement->node_name() takes optional boolean argument for retrieving @ - full qualified name (ie namespace prefix) (chregu) | |||||
* | fix for bug #18395 (DOMXML crash on removing previously created attributes) | Christian Stocker | 2002-08-14 | 1 | -1/+12 | |
| | ||||||
* | @ - DomNode->child_nodes() returns empty array instead of false, if no | Christian Stocker | 2002-08-14 | 1 | -9/+8 | |
| | | | | | @ - child nodes are found (chregu) | |||||
* | @ - Added $DomDocument->xinclude() for substitution of XIncludes in | Christian Stocker | 2002-08-12 | 1 | -0/+23 | |
| | | | | | a DomDocument (chregu) | |||||
* | #Stupid. Sorry. | Joseph Tate | 2002-08-07 | 1 | -6/+0 | |
| | ||||||
* | #Don't use C++ Comments bug #18783 | Joseph Tate | 2002-08-07 | 1 | -5/+11 | |
| | ||||||
* | - nodename is not always set, check if it really is. | Christian Stocker | 2002-07-29 | 1 | -3/+5 | |
| | | | | | - make force_ref for aliases as well | |||||
* | nodename is not always set, check if it really is. | Christian Stocker | 2002-07-17 | 1 | -1/+3 | |
| | ||||||
* | Fixed some unused variable warnings | foobar | 2002-07-13 | 1 | -2/+5 | |
| | ||||||
* | @ - Added domxml_node_namespace_uri() (Rui Lopes). | Christian Stocker | 2002-07-07 | 1 | -1/+28 | |
| | ||||||
* | outcomment everything related to domxml_elem_set_attribute_node(). This | Christian Stocker | 2002-07-01 | 1 | -1/+5 | |
| | | | | | | function is not implemented and shouldn't show up at all for the time being | |||||
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -7/+7 | |
| | ||||||
* | should compile on windows again | Christian Stocker | 2002-06-25 | 1 | -4/+8 | |
| | ||||||
* | - take version of libxslt and libxml from runtime variables to make | Uwe Steinmann | 2002-06-20 | 1 | -34/+46 | |
| | | | | | | sure the reported versions correspond to the actually installed versions of libxml and libxslt | |||||
* | - Make domxml_xslt_process() working again. | Christian Stocker | 2002-06-19 | 1 | -1/+1 | |
| | ||||||
* | - Fix ZTS build. | Markus Fischer | 2002-06-18 | 1 | -2/+2 | |
| | ||||||
* | - renamed domxml_parser_reference to domxml_parser_entitiy_reference | Christian Stocker | 2002-06-14 | 1 | -8/+57 | |
| | | | | | | | | - renamed domxml_cdata_block to domxml_parser_cdata_section (more consistent with the domxml_create_XXX methods) - added domxml_parser_processing_instruction(target,data) - added domxml_parser_namespace_decl(href,prefix) | |||||
* | - oops, that didn't even compile | Christian Stocker | 2002-06-14 | 1 | -7/+31 | |
| | | | | | - added domxml_parser_reference(reference) | |||||
* | @ - Added preliminary SAX-Input support. It's now possible to build a ↵ | Christian Stocker | 2002-06-14 | 1 | -0/+226 | |
| | | | | | | | | | | | | DomDocument @ with SAX-Events (added domxml_parser_start_document(), domxml_parser_end_document(), @ domxml_parser_start_element(tagname[,attributes]), domxml_parser_end_element(tagname), @ domxml_parser_characters(characters), domxml_parser_cdata_block(cdata), @ domxml_parser_comment(comment), domxml_parser_get_document(). (chregu) # More Sax Events to be implemented. Sax Output (from file or DOM-Tree) is # not that easy to implement, but possible... | |||||
* | - Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really ↵ | Christian Stocker | 2002-06-13 | 1 | -2/+16 | |
| | | | | | | | | nicely formatted XML-Documents (but this can have sideeffects, if you depend on whitespaces..) - bumped up domxml-api-version number. | |||||
* | @ - Added better error-messages (3rd parameter) and validating of DTDs (2nd ↵ | Christian Stocker | 2002-06-13 | 1 | -30/+267 | |
| | | | | | | | | parameter) to @ domxml_open_mem(string xml[, int mode[, array errors]]) and domxml_open_file(string filename[, int mode[, array errors]]). @ - Added domxml_doc_validate([array errors]) for validating existing DomDocuments with a DTD. | |||||
* | Fixed domxml_get_element_by_id() | Christian Stocker | 2002-06-12 | 1 | -5/+5 | |
| | ||||||
* | #Undeprecated attribute access methods | Joseph Tate | 2002-06-10 | 1 | -1/+2 | |
| | ||||||
* | Added aliases to make attr_node access functions more consistent. | Joseph Tate | 2002-06-07 | 1 | -0/+4 | |
| | | | | | | | | | | | | | Old access functions are now deprecated. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: php_domxml.c CVS: ---------------------------------------------------------------------- | |||||
* | - Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not | Derick Rethans | 2002-06-05 | 1 | -2/+3 | |
| | | | | | being set. (patch by Rob Richards <rrichards@digarc.com>) | |||||
* | #Whitespace fix: Sorry | Joseph Tate | 2002-06-04 | 1 | -1/+1 | |
| | ||||||
* | Bug fix to #17560 submitted by Rob Richards | Joseph Tate | 2002-06-04 | 1 | -2/+3 | |
| | ||||||
* | initalize variable in domxml_doc_document_element() | Brad LaFountain | 2002-05-31 | 1 | -1/+1 | |
| | ||||||
* | added the ability to use new keywork with domxmls objects "new DomDocument()" | Brad LaFountain | 2002-05-31 | 1 | -143/+217 | |
| | | | | | | | | | | instead of xmldoc. This also allows you to create nodes without having a whole document "new DomElement("foo")". moved DOMXML_API_VERSION to php_domxml.h exposed php_domobject_new for other extensions to use removed some un-needed code |