Character data and markup that is copied directly from the stylesheet to the output document
<xsl:template match="ATOMIC_WEIGHT"> <p>Atomic Weight: <xsl:value-of select="."/></p> </xsl:template>