I'm just beginning to learn about XML. I've been looking at Xerces-C v.1.0.1, and have a question concerning whitespace in attribute values. Is whitespace allowed for all attribute values or only for certain types of attributes? I have an example like the following:
<recipe name="French Toast"> In the dtd file, name is specified as an ID. When I try running the sample program, DOMCount on this XML file, I get an error that attribute name does not support multiple values. I've tried running this XML file with a Java parser as well, and I don't receive such an error. What is the correct implementation of the XML specification. Thanks. Troy ____________________________________________________________________ For the largest MP3 index on the Web, go to http://mp3.altavista.com ____________________________________________________________________