[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: need a [ in an ATTLIST


attlist xml
Not the news that I was looking for.
But it is what I expected to hear.
Thank you for the link also.

	Larry

-----Original Message-----
From: Rob Lugt [mailto:roblugt@e...]
Sent: Tuesday, April 02, 2002 10:36 AM
To: Larry Fillion; xml-dev@l...
Subject: Re:  need a [ in an ATTLIST


From: "Larry Fillion" <larry.fillion@c...>
To: <xml-dev@l...>
Sent: Tuesday, April 02, 2002 3:44 PM
Subject: RE:  need a [ in an ATTLIST


> I find it interesting that the default value can have the '['
>
> <!ATTLIST myelement myattribute1 (value1|value2) "value[">
>
> >
> > The following is a DTD snippet that I am trying to get to work.
> >
> > <!ELEMENT myelement         EMPTY>
> > <!ATTLIST myelement myattribute1 (value1|value2) #REQUIRED>
> > <!ATTLIST myelement myattribute2 (value1|value2|value[) #REQUIRED>
> >
> > The issue is that I need to have a potential value for myattribute2 to
be
> > "value[".
> >
> > The first attribute "myattribute1" works just fine, but when I add the
> > "value["
> > to the list of potential values, I get the following error when I try to
> > parse an
> > XML file (it never makes it passed the parsing of the DTD)
> > javax.servlet.ServletException: Name tokens must not start with "["
> > characters.
>
Hi Larry, your parser is correct to disallow "[" in an enumerated type.
Each enumeration value must be a token that satisfies the NmToken
production, which consists only of NameChar characters.  See
http://www.w3.org/TR/REC-xml#NT-NameChar

As for the parser allowing a default value containing the "[" - this is a
bug.

Regards
Rob Lugt
ElCel Technology
http://www.elcel.com/







PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.