On Wed, 18 Jul 2001, Matthew L. Avizinis wrote: > Does Xerces's implementation of the Schema CR allow for any way to define an > element attribute without any associated value, e.g. in a way similar to <td > nowrap> in html?
No. It's not due to the Schema spec - <td nowrap> is not well formed XML, since, in XML, attributes have to have a value. The XHTML way of expressing this construct is <td nowrap="nowrap">, which is well-formed. Ian -- Ian Roberts, Software Engineer DecisionSoft Ltd. Telephone: +44-1865-203192 http://www.decisionsoft.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
