OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]