Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-11 | Add `default_attrs` option | Anthony Ramine | |
When `default_attrs` is `true`, any attribute with a default value defined in the doctype but not in the attribute axis of the currently scanned element is added to it. | |||
2011-11-11 | Allow whole documents to be returned | Anthony Ramine | |
Functions `xmerl_scan:file/2` and `xmerl_scan:string/2` now accepts a new option `{document, true}` to produce a whole document as a `xmlDocument` record instead of just the root element node. You may wonder why this would be useful, this option is the only way to get to the top-level comments and processing instructions without hooking through the customization functions. Those nodes are needed to implement [Canonical XML][c14n-xml] support. [c14n-xml]: http://www.w3.org/TR/2008/PR-xml-c14n11-20080129/ "Canonical XML" | |||
2011-11-11 | Track parents in `#xmlPI` nodes | Anthony Ramine | |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-08-09 | Fixed problem with relative paths to schemas. | Lars Thorsen | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |