CAPITAL PROBLEM in firefox !!!
Posted: Thu Jan 18, 2007 10:15 pm
I am having big problems with XPATH in Firefox.... it doesn't work on XML trees that have capital letters - I have this XML:
<bf>
<SME>
...
</SME>
</bf>
I can get SME if i do /bf/*[1] but i cant get it using /bf/SME
anyone have a solution?!!?!?
this is my xpath..
document.evaluate(expression, data, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null);
<bf>
<SME>
...
</SME>
</bf>
I can get SME if i do /bf/*[1] but i cant get it using /bf/SME
anyone have a solution?!!?!?
this is my xpath..
document.evaluate(expression, data, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null);