Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-11 | Implement namespace axis | Anthony Ramine | |
Namespace nodes are represented as `#xmlNsNode` records. Now that the namespace axis is correctly implemented, attributes nodes corresponding to attributes that declare namespaces are ignored. See [5.3 Attribute Nodes][xpath-5.3]: > There are no attribute nodes corresponding to attributes > that declare namespaces. [xpath-5.3]: http://www.w3.org/TR/xpath/#attribute-nodes | |||
2011-11-11 | Add `#xmlPI` support to xmerl_xpath:write_node/1 | Anthony Ramine | |
2011-11-11 | Fix processing-instruction(name?) | Anthony Ramine | |
2011-11-11 | Fix path filters | Anthony Ramine | |
2011-11-11 | Support more top-level primary expressions | Anthony Ramine | |
This change allows numbers and literals to be used as top-level primary expressions without failing: 1> xmerl_xpath:string("3", Doc). #xmlObj{type = number,value = 3} 2> xmerl_xpath:string("'foo'", Doc). #xmlObj{type = string,value = "foo"} We still need to allow arithmetic, comparative, boolean and negative expressions, as in `xmerl_xpath_pred:expr/2`. | |||
2011-11-11 | Accumulate comments in element nodes | Anthony Ramine | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-04-02 | Fix minor typos and improve punctuation in the xmerl_xpath @doc comment | Marcus Marinelli | |
2010-12-01 | Fix format_man_pages so it handles all man sections and remove ↵ | Lars Thorsen | |
warnings/errors in man pages | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |