adspace
How can child elements be specified upon using a sequence compositor?
Answer Posted / Namo Narayan Meena
In XPath, the sequence compositor '/' is used to specify child elements. For example, to select all 'book' elements within a 'library', you would use: '/library/book'. To select all 'author' children of 'book', you can write: '/library/book/author'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers