Awesome, thanks.
On Sat, 2005-02-12 at 17:03 -0800, Bill Moseley wrote:
> On Sat, Feb 12, 2005 at 03:08:58PM -0800, Mark Maunder wrote:
> > Ok I got it. And it's a little monster. I am a moron and forgot to
> > escape my &'s in the XML I was passing to swish. And swish was being a
> > little so-and-so and silently ignoring all text after any unescaped
> > ampersand in the XML. So with the following:
> >
> > <title>CEO & CFO - assistant</title>
>
> Maybe ParserWarnLevel should be on by default. Then you would have
> seen:
>
> t.xml:2: error: xmlParseEntityRef: no name
> <title>CEO & CFO - assistant</title>
> ^
>
> Hey, vim syntax highlighting even displayed the '&' in red.
>
Received on Sat Feb 12 17:49:21 2005