summaryrefslogtreecommitdiff
path: root/tests/testdom
Commit message (Collapse)AuthorAgeFilesLines
* - changes to handle the slightly different access to attributesUwe Steinmann2000-06-151-3/+5
|
* - fixed invalid class namesUwe Steinmann2000-03-141-1/+4
| | | | | - added standalone, encoding attribute to DocDocument class
* - tiny changes to testscript and domxmlUwe Steinmann2000-03-031-1/+1
|
* - dom class now distinguishes between $dom->root() and $dom->children()Uwe Steinmann2000-03-021-1/+3
| | | | | | $dom->root() returns just the element, $dom->children() all nodes e.g. comments
* - The root node of a xml doc is now an array since it is possibleUwe Steinmann2000-03-021-2/+3
| | | | | to have a comment or pi and an element on root level.
* - started to implement overload class for xml nodeUwe Steinmann2000-03-011-1/+6
|
* - some tiny changes to the test routineUwe Steinmann2000-02-221-2/+19
|
* - pdf_set_text_matrix() disappeared in pdflib 2.30. Put in another ifdefUwe Steinmann2000-02-211-1/+1
| | | | | - small fix in testdom to suppress error msg.
* - fixed bug if attribute value is entityUwe Steinmann2000-02-171-1/+1
|
* - change some function name into php styleUwe Steinmann2000-02-171-7/+7
|
* - added funktion xmltree(), renamed dom() to xmldoc() and domfile()Uwe Steinmann2000-02-101-8/+16
| | | | | | to xmldocfile(). - testdom covers most of the functionality
* - removed stupid leftover in testdomUwe Steinmann2000-02-091-2/+2
| | | | | - added more functions to domxml
* - new function to read and parse xml doc from fileUwe Steinmann2000-02-091-0/+1
|
* - fixed several bugs an did some testing. Parsing and creating simpleUwe Steinmann2000-02-091-2/+4
| | | | | XML docs should work. See the script testdom.
* - some more testingUwe Steinmann2000-02-031-1/+8
|
* - add another comment to the scriptUwe Steinmann2000-01-261-0/+1
|
* - test script for domxmlUwe Steinmann2000-01-261-0/+63