Lines 112-118
Link Here
|
112 |
|
112 |
|
113 |
<!-- Wrapper div for our schema.org object --> |
113 |
<!-- Wrapper div for our schema.org object --> |
114 |
<xsl:element name="div"> |
114 |
<xsl:element name="div"> |
115 |
<xsl:attribute name="class">record</xsl:attribute> |
115 |
<xsl:attribute name="class"><xsl:value-of select="'record'" /></xsl:attribute> |
116 |
<xsl:attribute name="vocab">http://schema.org/</xsl:attribute> |
116 |
<xsl:attribute name="vocab">http://schema.org/</xsl:attribute> |
117 |
<xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute> |
117 |
<xsl:attribute name="typeof"><xsl:value-of select='$schemaOrgType' /> Product</xsl:attribute> |
118 |
<xsl:attribute name="resource">#record</xsl:attribute> |
118 |
<xsl:attribute name="resource">#record</xsl:attribute> |
119 |
- |
|
|