[erlang-questions] xmerl: from tuple to xmerl data structure
Ludovic Coquelle
lcoquelle@REDACTED
Fri Jun 29 08:15:49 CEST 2007
Hi,
Just start to "play" with xmerl. I'm using the xmerl:export_simple/3
to transform an erlang data structure in an XML document. Works
nicely.
Now, I would like to transform the same erlang data structure to the
xmerl data structure (xmlElement...), to eventually use the xmerl_xs
on it.
Is there a simple way to do that?
I was thinking to write a simple callback module (like xmerl_xml)
which does nothing. Is this a good idea?
Thanks
More information about the erlang-questions
mailing list