Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
library(sgml): Correctly parse XML leaf nodes that are not text nodes.
Example: ?- load_xml("<schemaRef type=\"simple\"/>", Node, []). Node = [element(schemaRef,[type="simple"],[])]. This is necessary for example to parse XBRL files. See #665.
- Loading branch information