entity arrays/quotes

Tim Bray tbray at textuality.com
Tue Dec 9 04:53:29 GMT 1997


At 08:44 PM 08/12/97 -0800, Eric Bickford wrote:
>1) I was surprised to see that a single quote is valid for attribute 
>values (as apposed to double quotes). Is this new with XML, or does HTML 
>also allow single quotes?

No, and yes.

>2) Is there some standard way to declare an ENTITY that includes an array 
>of values? To be specific, I'd like to include a list of values in a 
>document so my parser can build a SELECT menu of OPTIONS.
No, but you could have an entity whose value was
<option value='1'>foo <option value='2'>bar etc..

>3) Does anyone have an opinion on how &entities; can best be used with a 
>database application? For example, assume you declare in your DTD a list 
>of &entities;, one for each database field name/value. If we are to 
>expect browsers to parse an xml document with entities, how can a found 
>table or hit list of values get substituted?

I'm not sure entities are the way to go for this.  WHy not just generate
your HTML or XML on the fly the way any number of excellent products
do right now? -Tim


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list