java - Debugging parse error -



java - Debugging parse error -

i getting parse error @ line 1 column 29.

if (xpath:{path file location}.equals("xname")) { workflow.setvariable("variable); workflow.setvariable("variable); ([column1] ,[column2] ,[column2]) values (xpath:{} ,'xpath:{}' ,'xpath:{}' ) ); }

what need prepare this?

if had guess, i'd it's due misspelled "locaiton" in path.

java xml xpath workflow

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -