I have this:
crawl($next_page,"//div[@class='a__content cf']/p|//div[@class='a__content cf']/div");
it returns all text nodes in the class/p and class/div and all their children. But I want it to exclude class/p/strong