Fabian N.C. van 't Hooft
Fabian N.C. van 't Hooft
The indent module was added to provide out of the box indented output instead of the standard xmerl_xml-module. The code is based on the Elixir xmerl_xml_indent-package (https://hex.pm/packages/xmerl_xml_indent) To me it...
Using the yanglint-tool we can do nice things in interactive mode such as: > add a.yang > data -t config a.xml > add b.yang > data -t edit b.xml This...
The eql_config module was augmented with a load-function which can inject variables. README.md file was updated to reflect the new options. A unit-test was added ( see examples/dynamic.conf.in ).
The code is deemed a module definition if the first line start with "-module(". In this case the entire code-block is interpreted as erlang-module and if there are no errors...
Good Afternoon, A question which came up recently is the fact that some config-containers are constrained by must-expression where the conditions points from a config-container to a non-config-container. As per:...