← Prev in month ← Prev in thread

RDFa Attributes

From
Peter Fleck <>
Date
2017-07-19T08:22:06+00:00
ID
CAK-1rw-AVxhaqTYMJT=
Thread
RDFa Attributes
hi,

In the xslt20-stylesheets / html.xsl there is a function

<xsl:function name="f:html-attributes" as="attribute()*">

which copies through RDFa attributes.

 <!-- Copy the writing direction and the RDFa attributes through, if they're present -->
  <xsl:for-each select="($node/@dir, $node/@vocab, $node/@typeof, $node/@property,
                         $node/@resource, $node/@prefix)">

What would the equivalent be for the xsl1.0 stylesheets?

Thanks,

Peter
← Prev in month ← Prev in thread