Re: [xml-dev] DTD Definition

From
Rick Jelliffe <>
To
Date
2003-06-18T09:40:09Z
ID
<01bf01c3357d$9bd04e50$>
Thread
Re: [xml-dev] DTD Definition
Probably the error is using address="1". 

ID's cannot start with a digit.  

Cheers
Rick Jelliffe
http://www.topologi.com/

----- Original Message ----- 
From: "Alejandro López" <>
To: <>
Sent: Wednesday, June 18, 2003 7:18 PM
Subject: [xml-dev] DTD Definition


> Hi everybody.
> 
> I´ve defined a DTD for e-books (quite small) ant this is one of the
> elementents defined in it:
> 
> <!ELEMENT paragraph( #PCDATA | bold | italic | underlined | strike | table |
> definition | numericList | alphabetList | unorderedList | image | code |
> br )* >
> 
> <!ATTLIST parrafo
> address ID #REQUIRED
> align ( left | right | cen ) "left"
> >
> 
> When i write the next line in the XML document, a validation error appears:
> 
> <paragraph address="1" align="cen">Dear Friends:
> </paragraph>
> 
> I thougth #PCDATA was enougth for using character strings in a paragraph,
> but Cooktop says it´s a name error (a name was started with an invalid
> character.
> 
> Could anybody help me?
> 
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
> 
>