On 3/17/06, Bob Hutchison <hutch / recursive.ca> wrote:
>
> On Mar 17, 2006, at 3:33 PM, gparsons wrote:
>
> > I'm trying to do something similar to the following:
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <Rules id="ruleset1">
> >   <Rule num="1">
> >     <Description>Foo must equal "bar".</Description>
> >     <Code>Foo = "bar"</Code>
> >   </Rule>
> > </Rules>
>
> This is well-formed XML.

I think it's not well-formed because the Code element contains text
with unescaped double-quotes.  If you change them to &quot; then it's
well-formed.

--
R. Mark Volkmann
Object Computing, Inc.