Or past it to iolist_to_binary/1 and than binary_to_list/1.<br>As Joseph mentioned, you rarely need to do it. Just send it by socket, write to file or console.<br>For example io:fwrite([<<"\n<test_xml>\n">>,<<"Test">>,<<"\n</test_xml>\n">>]).<br>
<br><div class="gmail_quote">On Sun, Feb 8, 2009 at 9:17 PM, Joseph Wecker <span dir="ltr"><<a href="mailto:jwecker@entride.com">jwecker@entride.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;">
<div class="Ih2E3d">Salonee Sinha Roy wrote:<br>
><br>
><br>
> which returns<br>
> [<<"\n<test_xml>\n">>,<<"Test">>,<<"\n</test_xml>\n">>]<br>
><br>
> How do I use this to generate the xml string<br>
> "<test_xml>Test</text_xml>". I dont really care about the white space.<br>
> It can remain in the final xml string.<br>
</div>If you're writing to a file or screen you're already done- just feed<br>
that straight in.  For example, try file:write_file/2 your result there<br>
and then opening it in an editor.<br>
<br>
-Joseph<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Hynek (Pichi) Vychodil<br><br>Analyze your data in minutes. Share your insights instantly. Thrill your boss.  Be a data hero!<br>Try Good Data now for free: <a href="http://www.gooddata.com">www.gooddata.com</a><br>