[Home] [By Thread] [By Date] [Recent Entries]


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" <lopgaral@y...>
To: <xml-dev@l...>
Sent: Wednesday, June 18, 2003 7:18 PM
Subject:  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>
> 
>


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member