[erlang-questions] Erlang documentation -- a modest proposal

Kenneth Lakin kennethlakin@REDACTED
Tue Sep 27 00:58:53 CEST 2016


On 09/26/2016 09:41 AM, lloyd@REDACTED wrote:
> My most recent timesink has been trying to understand xmerl...

If you have an XML schema file, erlsom can be run in "data binder" mode
which will create a nice Erlang record out of a well-formed XML document:

https://github.com/willemdj/erlsom

As part of this mode of operation, erlsom can also process the XML
schema file and create a hrl file containing the record definition. I
found this _much_ easier to work with than what xmerl offers.



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160926/93021084/attachment.bin>


More information about the erlang-questions mailing list