Login Register

extending dojo.query to fully support xml

About dojo.query and XML

Apparently dojo.query drops tag names to lowercase which is makes it incompatible with xml documents that are not already in lowercase.

I'm interested in fixing this but there's probably some good reason for this behavior. Could someone outline a good approach for this patch that will not cause regressions against the HTML dom or compromise the performance of the system?

Thanks!