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