Skip to main content
added 166 characters in body
Source Link
sblundy
  • 61.5k
  • 22
  • 124
  • 124

I believe the XPath expression for this would be "//category/subCategoryList/category". If you just want the children of the root category node (assuming it is the document root node), try "/category/subCategoryList/category".

I believe the XPath expression for this would be "//category/subCategoryList/category".

I believe the XPath expression for this would be "//category/subCategoryList/category". If you just want the children of the root category node (assuming it is the document root node), try "/category/subCategoryList/category".

Source Link
sblundy
  • 61.5k
  • 22
  • 124
  • 124

I believe the XPath expression for this would be "//category/subCategoryList/category".