Skip to content

Commit 8a6e4cf

Browse files
committed
Mention simplexml_tree() in README
1 parent d05192e commit 8a6e4cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ So the obvious question is: What do I use instead when I want to inspect my Simp
1212
What?
1313
=====
1414

15-
The first piece of this project (more may be to come) is a simple function - `simplexml_dump()` - which echoes a basic summary of any `SimpleXMLElement` object you give it.
15+
* The first piece of this project is a simple function - `simplexml_dump()` - which echoes a basic summary of any `SimpleXMLElement` object you give it.
16+
* Early feedback from users on StackOverflow was that a fully recursive function would be useful, although this would obviously need to do something different from an XML pretty-printer. The next function is therefore `simplexml_tree()` which shows an entire XML structure in summarised tree form. The output is designed to show exactly what operators and methods are needed to access each node shown.
1617

1718
Features
1819
--------

0 commit comments

Comments
 (0)