//Body
//Section/Section/Body
//Body[2]
//Comment[@Author = "Jazmyn Campbell"]//*[@AttributeA != ""]
//*[@AttributeA != ""]
//*[. = "Here is a BulletItem"]
//*[. = "Here is a BulletItem" and position() = 3]
//node()[contains(., "men")]
//*[not(self::BulletItem) and not(self::Body)]
//Strong
//Italics
//node()
//Strong[preceding-sibling::Strong]
//Comment/@Author
//Comment/@Author = "Jane Thompson"