Skip to content

Releases: servo-php/fluidxml

1.5

17 Dec 22:40
Compare
Choose a tag to compare
1.5
Supports for importing existing XML documents from:

- String
- File
- DOMDocument
- SimpleXMLElement

FluidXml::new(), FluidXml::load() and fluidify() are part of the family.

1.4

17 Dec 22:40
Compare
Choose a tag to compare
1.4
->remove() can remove the results of a query and accepts multiple XPa…

…th strings.

1.3

06 Dec 00:39
Compare
Choose a tag to compare
1.3
* FluidXml::__construct accepts the 'root' option as first argument

1.2

06 Dec 00:38
Compare
Choose a tag to compare
1.2
* query() supports a variable number of XPaths

* namespace() supports a variable number of FluidNamespace instances
* namespace() supports a namespace id, uri and mode as arguments
* namespaces() returns all registered namespaces
* FluidNamespace instances are read-only
* FluidNamespace::id/uri/mode() can't mutate the instance

1.1.1

06 Dec 00:38
Compare
Choose a tag to compare
Fixes a NOTICE error.

1.1

06 Dec 00:36
Compare
Choose a tag to compare
1.1
1.1 release features the XML namespace support.

1.0

21 Nov 15:33
Compare
Choose a tag to compare
1.0
Update ReadMe.md