Commit graph

16 commits

Author SHA1 Message Date
Josh Sherman
24b9c670a3 Composer package.
Really great project, wanted a composer package for it.
2014-07-17 18:04:36 -04:00
Rowan Collins
8c051a219f Remove formal licensing information in favour of a do-what-you-like-but-be-nice policy.
It's not like I'm going to hire a lawyer if you don't follow it anyway.
Fixes Issue #6
2013-09-22 11:13:37 -07:00
Rowan Collins
8a6e4cf345 Mention simplexml_tree() in README 2012-10-14 01:25:14 +01:00
Rowan Collins
d05192edb6 When given multiple nodes, hint how to access each as [0], [1], etc 2012-10-14 01:21:22 +01:00
Rowan Collins
5231f710de Always list attributes, with only the string content optional 2012-10-14 01:13:24 +01:00
Rowan Collins
e092558286 Show (string) as hint for getting string content (including on attributes,
although this makes for more vertical scrolling)
2012-10-14 01:09:03 +01:00
Rowan Collins
4233dc8a6d Improved namespace handling: now shows shortest syntax for attributes and
elements in current namespace.
2012-10-14 00:58:00 +01:00
Rowan Collins
6ba4a27275 New function! simplexml_tree() for recursive viewing of whole trees 2012-10-14 00:01:05 +01:00
Rowan Collins
7c746c4485 Fix child name hash not to give "undefined array key" Notices 2012-10-13 23:56:26 +01:00
Rowan Collins
16d724ed78 Mention CDATA. Everyone panics about CDATA. 2012-09-04 22:46:39 +01:00
Rowan Collins
5fdfb8f7af Add a README, and authorship information in the DocBlock 2012-09-04 22:34:52 +01:00
Rowan Collins
b501dabab4 List names of children and attributes, not just total count 2012-09-02 22:20:38 +01:00
Rowan Collins
490e4376a3 Handle null-namespace special case (or at least handle it better...) 2012-09-02 22:05:14 +01:00
Rowan Collins
853249c284 Improve comments, add return-mode, remove test code 2012-09-02 21:42:18 +01:00
Rowan Collins
e6ed9928a6 Improvements to namespace handling using new test case 21/08/2012 00:18 2012-09-02 21:24:00 +01:00
Rowan Collins
ee77e63662 Initial prototype 20/08/2012 23:25 2012-09-02 21:21:55 +01:00