Lines 115-121
Link Here
|
115 |
<xsl:element name="div"> |
115 |
<xsl:element name="div"> |
116 |
<xsl:attribute name="class"><xsl:value-of select="'record'" /></xsl:attribute> |
116 |
<xsl:attribute name="class"><xsl:value-of select="'record'" /></xsl:attribute> |
117 |
<xsl:attribute name="vocab">http://schema.org/</xsl:attribute> |
117 |
<xsl:attribute name="vocab">http://schema.org/</xsl:attribute> |
118 |
<xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute> |
118 |
<xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /></xsl:attribute> |
119 |
<xsl:attribute name="resource">#record</xsl:attribute> |
119 |
<xsl:attribute name="resource">#record</xsl:attribute> |
120 |
|
120 |
|
121 |
<!-- Title Statement --> |
121 |
<!-- Title Statement --> |
122 |
- |
|
|