Sorry for the bad code format.
now I correct it.

<programlisting>
<![CDATA[
<root>    <?db-font-weight="bold"?>
  <child id="123"/>
</root>
]]>
</programlisting>


<xsl:attribute-set name="monospace.verbatim.properties">
<xsl:attribute name="font-weight">
  <xsl:choose>
     <xsl:when test="processing-instruction('db-font-weight')">
      <xsl:value-of select="processing-instruction('db-font-weight')"/>
     </xsl:when>
    <xsl:otherwise>inherit</xsl:otherwise>
  </xsl:choose>
</xsl:attribute>
</xsl:attribute-set>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to