Being an XSLT designer, I am finding it hard to type XPath of nodes manually ... is there any editor or xml viewer which can give me Xpath of the nodes so that I can copy paste them :)
thanx in advance
views:
272answers:
5which is the better XML viewer/editor where I can get XPath of nodes .. (to copy them to xsl file)
oXygen offers you the possibility to copy the XPath location of an element and then you can use that in your XSLT. However, that is not the way you should work...
oXygen provides XPath content completion when you edit the XSLT document. It offers you the element and attribute name tests looking into the XML associated with the XSLT in the transformation scenario. You can find more details and a link to a video demo here http://www.oxygenxml.com/xslt%5Feditor.html#xpathAwareCC
Hope that helps, George
I suggest the XPather Firefox Addon, from https://addons.mozilla.org/en-US/firefox/addon/1192/
if its only for xpath .. one can use notepad ++ software with its plug-ins relevant to xml,
I have been using this from many days :) it works just fine :))