On 4/1/06, christian.ridderstrom at gmail.com
<christian.ridderstrom at gmail.com> wrote:
> Then I also wonder how this should be interpreted
>
> a
> \
> b
Seems obvious:
<p>a</p>
<p class=foo>
b</p>
> Although... I'm not sure how this should be interpreted
>
> a
> \\\
> b
<p>a</p>
<p class=foo>\\
b</p>
:-)
Hagan