cancel
Showing results for 
Search instead for 
Did you mean: 

xpath condition for Interface Determination

Former Member
0 Kudos

Hi

I have below x-path condition for one of the Interface in interface determination.

/p1:ASC830_004010/S_ISA/S_GS/S_ST/L_LIN/L_FST/S_FST[D_680="C" AND D_380>0] EX

After putting x-path condition the other interface which doesn't have condition also stopped working. The error message is as shown below.

Could you please advise if there is anything wrong with x-path condition ?

Thanks

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Below is the sample xml

justin_santhanam
Active Contributor
0 Kudos

Hi Palnati,

Just test the XPATH using some online tools against your XML . http://codebeautify.org/Xpath-Tester

Thanks!