xsl-list
[Top] [All Lists]

using xsl on two xml at the same time

2003-04-09 07:30:17

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



<Prev in Thread] Current Thread [Next in Thread>