<br><br><div class="gmail_quote">On Mon, Oct 10, 2011 at 19:16, Steve Vinoski <span dir="ltr"><<a href="mailto:vinoski@ieee.org">vinoski@ieee.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, Oct 10, 2011 at 11:48 AM, Torben Hoffmann<br>
<<a href="mailto:torben.lehoff@gmail.com">torben.lehoff@gmail.com</a>> wrote:<br>
> Hi,<br>
> I want to create URLs that looks like this:<br>
> <a href="http://my.coolest.site.com?arg1=val1,arg2=val2" target="_blank">http://my.coolest.site.com?arg1=val1,arg2=val2</a><br>
<br>
</div>The usual standard format is<br>
<br>
<a href="http://my.coolest.site.com?arg1=val1&arg2=val2" target="_blank">http://my.coolest.site.com?arg1=val1&arg2=val2</a><br>
<br>
Any reason you want a comma instead of an ampersand there?<br></blockquote><div><br></div><div>Typo... </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
> Are there any libraries out there that makes this kind of creation easy? I<br>
> have tried playing with ibrowse, but that was not a success (might be me at<br>
> fault more than ibrowse ;-))<br>
> I am dreaming of something that takes a proplist ([{Key, Value}]) and does<br>
> all the magic for me, but I am open to other approaches as long as my life<br>
> becomes easier than fiddling with strings.<br>
> Otherwise, I will just create my own library for this, but it seems like a<br>
> thing that others have might have had to do before.<br>
<br>
</div>In yaws there's yaws_api:format_url which takes a url record and can<br>
produce the above (with the ampersand rather than the comma).<br>
<br>
<a href="https://github.com/klacke/yaws/blob/master/src/yaws_api.erl#L1349" target="_blank">https://github.com/klacke/yaws/blob/master/src/yaws_api.erl#L1349</a></blockquote><div><br></div><div>I will have a look!</div><div>
<br></div><div>Thanks for the pointer</div><div><br></div><div>Cheers,</div><div>Torben </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<font color="#888888"><br>
--steve<br>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="http://www.linkedin.com/in/torbenhoffmann">http://www.linkedin.com/in/torbenhoffmann</a><br>