Simon St.Laurent wrote > > In the interest of application portability, I'd recommend requiring > reporting the name of the element as localName when namespace processing is > turned off. >
FWIW, I Agree. I think of the local name as being the name of the element, minus the namespace prefix (if any). When namespace processing is disabled, there is no prefix - so localName should be equal to the literal name of the element. ~Rob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
