-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source, Specs and Getting Started improvements.
* 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
- Loading branch information
1 parent
161956a
commit 9800b2e
Showing
6 changed files
with
306 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
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: | ||
* Fixes a NOTICE error. | ||
* Fixes a NOTICE error | ||
|
||
1.1: | ||
* XML namespaces support added | ||
* XML namespaces support added | ||
|
||
1.0: | ||
* Initial release. | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.