Skip to content

Commit

Permalink
Introductie van RDF HTML datatype
Browse files Browse the repository at this point in the history
Zie #566

Minor, Improvement.
  • Loading branch information
arjan authored and arjan committed Dec 12, 2024
1 parent 314a230 commit 375660e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,10 @@ Zie: https://docs.geostandaarden.nl/mim/mim/ voor de laatste versie van de stand
<xsl:variable name="html">
<xsl:apply-templates mode="xhtml"/>
</xsl:variable>
<xsl:element name="mim:{local-name()}">{serialize($html, $output-parameters)}</xsl:element>
<xsl:element name="mim:{local-name()}">
<xsl:attribute name="rdf:datatype">http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML</xsl:attribute>
<xsl:text>{serialize($html, $output-parameters)}</xsl:text>
</xsl:element>
</xsl:when>
<xsl:otherwise>
<xsl:element name="mim:{local-name()}">{.}</xsl:element>
Expand Down

0 comments on commit 375660e

Please sign in to comment.