Next in thread →
Next in month →
Re: [docbook-apps] RDFa Attributes
That's perfect. Many thanks Bob, much appreciated. Peter On 19 Jul 2017 19:05, "Bob Stayton" <> wrote: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 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: For additional commands, e-mail:
Next in thread →
Next in month →