Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-25 | Remove square brackets around the path string from Util.string_of_path | Daniil Baturin | |
They are trivial to add with printf when needed anyway, and this function is useful for generating commands from a tree. | |||
2015-04-24 | Make find_xml_child return Xml.xml option rather than raise Not_found. | Daniil Baturin | |
2015-04-23 | Quick and dirty path pretty printer. | Daniil Baturin | |
2015-04-22 | Add a function for looking up xml-light tag children. | Daniil Baturin | |
It now lives in a Util, a module that implements the adopter design pattern. |