411 SexToys>
Adult Sex Toys & Novelties:
Products 2001-2500
MM_XSLTransform error.
XML parser error 7: mismatched tag in file %s
<?xml version="1.0" encoding="iso-8859-1"?><!-- DWXMLSource="product.xml" --><!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp " ">
<!ENTITY copy "©">
<!ENTITY reg "®">
<!ENTITY trade "™">
<!ENTITY mdash "—">
<!ENTITY ldquo "“">
<!ENTITY rdquo "”">
<!ENTITY pound "£">
<!ENTITY yen "¥">
<!ENTITY euro "€">
]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="iso-8859-1" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<xsl:template match="/">
<xsl:for-each select="XXXPressToysProductFeed/Product[position() > 2000 and position() <2501]">
<table width="475" height="100" border="0" cellpadding="10" cellspacing="0" bordercolor="#000000">
<tr>
<td width="100" align="center" valign="top"><a>
<xsl:attribute name="href">javascript:MM_goToURL('parent','<xsl:value-of select="ProductID"/>');</xsl:attribute>Adult Sex Toys: <xsl:value-of select="ProductName"/></a></td>
<td align="left" valign="top"><xsl:value-of select="ProductDescription" disable-output-escaping="yes"/></td>
<td width="75" align="right" valign="top">
<xsl:choose>
<xsl:choose>
<xsl:when test="string(SalePrice) = string('')">
<xsl:value-of select="RegularPrice"/>
</xsl:when>
<xsl:otherwise>
Regular Price: <xsl:value-of select="RegularPrice"/><br />
<strong>Sale Price:
<xsl:value-of select="SalePrice"/></strong> </xsl:otherwise>
</xsl:choose><br />
<a>
<xsl:attribute name="href">javascript:MM_goToURL('parent','<xsl:value-of select="ProductID"/>');</xsl:attribute>Buy</a>
</td>
</tr>
<tr><td colspan="3"><hr width="95%" size="1" noshade="noshade" /></td></tr>
</table>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>