-
Notifications
You must be signed in to change notification settings - Fork 20
Nodes FormatOutput
Thomas Weinert edited this page Jul 30, 2014
·
1 revision
FluentDOM\Nodes formatOutput();
Triggers a formatting of the document. The XML/HTML will be reloaded.
$xml = <<<XML
<nodes><one/><two/><three/></nodes>
XML;
echo FluentDOM($xml)->formatOutput();
<?xml version="1.0"?>
<nodes>
<one/>
<two/>
<three/>
</nodes>
- Home
- Getting Started
- Tasks
- Plugins
- Functions
- Lists
- Creator (5.1)
- CSS Selectors
- Convertors
- Loaders
- Serializers (5.1)
- Transformers (5.1)
- Extended DOM
- XMLReader (6.1)
- XMLWriter (6.1)
- Interfaces