$MQSI keyword = value MQSI$该示例显示如何向 XML 样式表添加一个具有值 John 的 author 关键字:
<?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>
配置管理器 没有 从该示例中抽出 version="1.0"。这是 因为值并未被 $MQSI 和 MQSI$ 关键字绑定。