[xsl] using xsl on two xml at the same time

Subject: [xsl] using xsl on two xml at the same time
From: Johan Thorèn (EAB) <Johan.Thoren@xxxxxxxxxxxxxxx>
Date: Wed, 9 Apr 2003 16:30:17 +0200
Hello

I'm trying to get an xsl template working with two xmls.

<xsl:template match="*">
   <xsl:if test="./@name=.(other_file)/@name">
   <xsl:text>Attribute name is indentical in both xml files</xsl:text>	
   </xsl:if>
</xsl:template>

Best regards
Johan


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


Current Thread