> So, why does Hivemind require that IDs only have alphanumeric > characters? Is there something I'm missing here?
Not hivemind per se, but the XML specification. "id" attributes are declared in the DTD as ID types, which, according to the XML specification, should be a string composed only from letters and numbers. -- Marcus Brito --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
