Guest User

Untitled

a guest
May 20th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.31 KB | None | 0 0
  1.  
  2.             <xsl:choose>
  3.                 <xsl:when test="d/attribute::pre = 'true'">
  4.                     <pre><xsl:value-of select="d"/></pre>
  5.                 </xsl:when>
  6.                 <xsl:otherwise>
  7.                     <xsl:value-of select="d"/>
  8.                 </xsl:otherwise>
  9.             </xsl:choose>
Add Comment
Please, Sign In to add comment