Hi folks,

Posted a message <http://groups.google.com/group/firebug/msg/
70cfaea4671d8805> some time ago asking how to copy case-sensitive
XPath in Firebug, I just found the section of code to modify to make
this work, thought this might worth sharing.

File to edit:

C:\Documents and Settings\__USER_NAME__\Application Data\Mozilla
\Firefox\Profiles\__PROFILE_NAME__\extensions
\[email protected]\content\firebug\lib.js

Look for // XPath,

search for:
        var tagName = element.localName.toLowerCase();

replace with:
        var tagName = element.localName;

Enjoy!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to