diff options
author | Lars Thorsen <[email protected]> | 2011-11-11 12:10:35 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-11-11 12:10:35 +0100 |
commit | 9151895daf12ddce320a3abe8d9d67200a86af11 (patch) | |
tree | d8ef0bf3b9c3be19f5569920793f2e3443ce9ee4 /lib/xmerl/vsn.mk | |
parent | edf830a338e78cfe88eee181b1e60a5f3f6b671b (diff) | |
parent | 5b2375ff231353c059a340d95b317d998df279fc (diff) | |
download | otp-9151895daf12ddce320a3abe8d9d67200a86af11.tar.gz otp-9151895daf12ddce320a3abe8d9d67200a86af11.tar.bz2 otp-9151895daf12ddce320a3abe8d9d67200a86af11.zip |
Merge branch 'nox/xmerl-namespace-axis/OTP-9664'
* nox/xmerl-namespace-axis/OTP-9664:
Fix bugs and add a flag to skip comments
Implement namespace axis
Add `#xmlPI` support to xmerl_xpath:write_node/1
Fix processing-instruction(name?)
Fix path filters
Support more top-level primary expressions
Accumulate comments in element nodes
Add `default_attrs` option
Allow whole documents to be returned
Track parents and namespace in `#xmlAttribute` nodes
Track parents in `#xmlPI` nodes
Set `vsn` field in `#xmlDecl` record
Fix namespace-conformance constraints
Diffstat (limited to 'lib/xmerl/vsn.mk')
-rw-r--r-- | lib/xmerl/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk index 82df8fdeef..de47e3418b 100644 --- a/lib/xmerl/vsn.mk +++ b/lib/xmerl/vsn.mk @@ -1 +1 @@ -XMERL_VSN = 1.2.10 +XMERL_VSN = 1.3 |