I want to bold "HO-2" in this element.
<Text>The HO-2 Classic coverage form provides protection against named perils, many of which are subject to certain limitations. </Text>
I am using xslt to format the XML. I get the Text element value by using the syntax below.
<xsl:value-of select="Text"/>
<Text>The HO-2 Classic coverage form provides protection against named perils, many of which are subject to certain limitations. </Text>
I am using xslt to format the XML. I get the Text element value by using the syntax below.
<xsl:value-of select="Text"/>