This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

legal test???


Is this even legal?


<xsl:template match="document">
<xsl:value-of select="/document/packet/@secur.declasson"/><p></p>
    <xsl:if test="/document/packet[@secur.classif='U']">
	<xsl:text>U N C L A S S I F I E D</xsl:text>
     </xsl:if>

</xsl:template>


Thanks

Eddy


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]