To download this file, please login or click here to register
Description:
This code snippet is shows the usage of XPATH in C# the line given in the file
./Thumbnails/Thumb[@X!='Default' or @Y!='Default']
is for
1> Getting the Current node. (.)
2> Moving to Thumbnails node (/Thumbnails)
3> Moving to Thumb node (/Thumb)
4> Condition on thumb node attributes that X is NOT EQUAL to 'Default' OR Y is NOT EQUAL to Default