Hi Peter,
Support for the RDFa Lite attributes new to DocBook 5.1 has not yet been added to the XSL stylesheets. I've filed an issue on the Github site for DocBook XSL to get this fixed for the next release. In the comment section, I provided the proposed changes, which could also be used by you in a customization layer to implement it now.

https://github.com/docbook/xslt10-stylesheets/issues/40

Bob Stayton
Sagehill Enterprises
[email protected]

On 7/19/2017 1:22 AM, Peter Fleck wrote:
hi,

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

<xsl:functionname="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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to