//chapter[3] //chapter[position() = 3] //chapter[@id=3] /book/chapter[3]/self::*
//chapter[position() = 2 or position() = 4]
//chapter[position() != 3] //chapter[not(position() = 3)]
//chapter[position() != 3 and position() != 6]
© 2024 Digcode.com