[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] white spaces
- From: Marcus Carr <mrc@allette.com.au>
- To: "Caro, Samuel" <Samuel.Caro@USAHQ.UnitedSpaceAlliance.com>
- Date: Tue, 09 Oct 2001 08:59:24 +1000
"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