dataground/simpledom

A bridge between SimpleXML and the DOM extension, plus a bunch of convenience methods

Installs: 39 274

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/dataground/simpledom

1.0.10 2025-02-11 09:37 UTC

This package is auto-updated.

Last update: 2025-10-11 11:20:51 UTC


README

Build Status

Description

SimpleDOM is built upon SimpleXML and acts as a bridge providing DOM methods using SimpleXML's syntax. It also adds a bunch of convenience methods. SimpleDOM is a single file with no dependencies. All you need to use it is include it and create SimpleDOM objects instead of SimpleXMLElement objects, or simply use simpledom_load_string() instead of simplexml_load_string(). No user manual, but every method is documented in the phpDocumentor-generated output, see doc/ for more information.

History

Forked 27-11-2014 of the unsupported SimpleDOM project on google code

Usage

Usage just like SimpleXML