Hello!
My previous XSL was:
--------------------------------
<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl=“XSLT Namespace” version=“1.0”>
<xsl:output omit-xml-declaration=“yes”/>
<xsl:template match=“/”>
<xsl:for-each select=“//mydatabase”>
</xsl:for-each>
Nr | Name | Address |
<xsl:value-of select=“nr”/> | <xsl:value-of select=“name”/> | <xsl:attribute name=“href”>find.asp?nr=<xsl:value-of select=“nr” />&address=<xsl:value-of select=“address” /> </xsl:attribute> <xsl:value-of select=“address” />
|
</xsl:template>
</xsl:stylesheet>
--------------------------------
My corrected XSL is:
--------------------------------
<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl=“
XSLT Namespace” version=“1.0”>
<xsl:output omit-xml-declaration=“yes”/>
<xsl:template match=“/”>
<xsl:for-each select=“//mydatabase”>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
--------------------------------
The one difference is tag
instead of tag
Regards
Dariusz Baumann
POLAND
#webMethods#API-Management#Tamino