<br><div class="gmail_quote">On Wed, Jul 15, 2009 at 10:25 AM, Robert Raschke <span dir="ltr"><<a href="mailto:rtrlists@googlemail.com">rtrlists@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>before I embark on cobbling something together that makes sense of XML munged into this XOP format (<a href="http://www.w3.org/TR/xop10/" target="_blank">http://www.w3.org/TR/xop10/</a>) I thought I'd ask if anyone out there has already done this in Erlang?<br>

<br>Thanks for any info,<br>Robby<br><br>
</blockquote></div><br>Right, I made myself a hacky un-XOP-er. It's a bit rough and ready, but works for my needs (I think).<br><br>I'm probably not doing the setting of the #xmlText.type quite right (ie. I don't). This works for me because I don't care what's inside the xop:Include elements. But better would probably be a peek into the content-type of the referenced MIME part and set the type to cdata if needed. Dunno.<br>
<br>This thing depends on xmerl and the mimemail module from gen_smtp (a big thanks goes out to Andrew Thompson for writing that).<br><br>Anyway, if anyone has a need for something similar, here it is. Beware the bugs.<br>
<br>Robby<br><br>