[
Lists Home |
Date Index |
Thread Index
]
I suddenly feel like a long tailed cat in a room full of rocking chairs. De
tails always get you in de end ;)
Thanks for the correction :)
David LeBlanc
Seattle, WA USA
> -----Original Message-----
> From: Berend de Boer [mailto:berend@xsol.com]
> Sent: Monday, January 20, 2003 11:20
> To: David LeBlanc
> Cc: Xml-Dev@Lists. Xml. Org
> Subject: Re: [xml-dev] Element content
>
>
> David LeBlanc wrote:
>
> >or, in xml:
> ><!ELEMENT node (node+) >
> >
> That doesn't allow character data. Should be this:
>
> <!ELEMENT node (#PCDATA|node)* >
>
> Regards,
>
> Berend. (-:
>
|