Keywords can be embedded at any place in an XSL style sheet. The keyword can be added as an XML comment.
$MQSI keyword = value MQSI$The example shows how to add the keyword of author with the value John to an XML style sheet:
<?xml version="1.0" encoding="UTF-8"> <!-- $MQSI author = John MQSI$> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" encoding="UTF-8"/> <xsl:template match="/"> <xsl:value-of select="message"/> </xsl:template> </xsl:stylesheet>
The Configuration Manager does not extract version="1.0" from this example, because the value is not bounded by the $MQSI and MQSI$ keywords.
^$.|\<>?+*=&[]You can use these characters in the values that are associated with keywords, for example: