OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] white spaces




"Caro, Samuel" wrote:

> My problem is that the options include types with spaces on the names like
> "bcd unsigned".
>
> The following is NOT valid
>
> <!ATTLIST Parameter
>         dataType (boolean | integer | String | bcd unsigned ) #IMPLIED
> >

Spaces aren't valid in names - use bcdunsigned, bcd_unsigned, bcdUnsigned,
bcd-unsigned, etc.


--
Regards,

Marcus Carr                      email:  mrc@allette.com.au
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
       - Einstein