I have some XML
<p>Lorem ipsum dolor sit amet,<unclear reason="illegible"/> elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris <unclear reason="illegible"/> ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur.
<unclear reason="illegible"/> non proident, sunt in culpa qui
officia deserunt mollit anim id est laborum</p>
When I try and run
<xsl:value-of select="/p" disable-output-escaping="yes"/>
it doesn't return the xml tags. How can I include the tags in value-of query?
hat I would like it to include the whole text with something to identify the unclear tags in the text.