I have the following xml(TEI) structure:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../schema/tei_color.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="../schema/tei_color.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
</teiHeader>
<text xml:id="Z_1822-02-20_k" xml:lang="ger">
<body>
<div>
<div rendition="simple:half-broken">
<pb n="46r" facs="#Z_1822-02-20_k_A_0001"/>
<cb rendition="simple:column-left"/>
</div>
<div>
<cb rendition="simple:column-right"/>
<p>
<handShift scribeRef="#Z_1822-02-20_k_scrb_1_t"/>Auf
<pb n="46v" facs="#Z_1822-02-20_k_A_0002"/>
<hi rendition="simple:italic">Heliostaten</hi> von dem Herrn Geheimen<lb/>Post-Rath
</p>
</div>
</div>
</body>
</text>
</TEI>
Using XPath how do I get pb elements including xml content thereunder.