Johan and David, Using un-escaped characters does indeed solve my problems. Which is weird since I'm sure I saw problems when I included characters like < directly in the JSON without wirting them as HTML entities, although simple testing has, of course, not repeated this problem. So I'm happy, at least until my next email :-)
Thanks. Doug On Feb 16, 2007, at 4:40 AM, Johan Sundström wrote: > On 2/15/07, Doug Burke <[EMAIL PROTECTED]> wrote: >> I am playing around with exhibit for the popular idea of using it to >> display my publications. I have an entry that includes >> >> journal: "A&A", > > In .js files, you need (and should) not use HTML quoting, but should > instead use javascript quoting rules, which are easier. The only > characters you are ever likely to need to quote there are " (which > reads \") and perhaps newline, which reads \n. > > -- > / Johan Sundström, http://ecmanaut.blogspot.com/ > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
