Can you give me an example for this.

I have my document object now

==========================================
var document =Firebug.browser.window.document;

=============================================

Im am using IE. So to get selectNode() Do I have to get the xml Document 
from this document ? Can you mention the steps here pls


On Monday, October 15, 2012 4:15:14 PM UTC+5:30, Malintha wrote:
>
> Can we evaluate xpath using firebug lite using following command ?
>
> =======================================================================
>  var doc =Firebug.browser.window.document;
>
>               
>  var result = doc.evaluate('xpath', doc, null, XPathResult.BOOLEAN_TYPE, 
> null);
>
> ========================================================================
>
> Im using IE browser? But Im not getting anything  
>
>

-- 
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
https://groups.google.com/forum/#!forum/firebug

Reply via email to