XPath Buidler does not track row/column position of cursor
Posted: Thu Nov 06, 2008 1:31 am
I made a mistake in my XPath and in the XPath Builder, I get the message
It would be helpful if the Row/Column cursor position details in the bottom right of the OxygenXML status bar were updated when the cursor moves in the XPath Builder view. That is when the XPath Builder view is active . Currently the cursor position only reflects the row/column of the cursor in the Text Editor.
This way I could easily find where 'char 79' that is reported in the error message is located in my XPath and fix it faster.
Code: Select all
XPath failed due to XPath Syntax error at char 79 in {...)[ends-with(name(),'Respons...}" expected ")", found "]"
This way I could easily find where 'char 79' that is reported in the error message is located in my XPath and fix it faster.