xsl:valueof

  • Creates a text value in the resulting document.

    <xsl:value-of select="xpath-string"/>
  • The select attribute value expects a string value, the value is converted to a string as if by a call to the XPath string function.