Exemple de <xsl:attribute-set>
L'exemple suivant crée un ensemble d'attributs appelé title-style
et l'utilise dans une règle de modèle.
Fichier XML (book.xml)
Fichier XSLT (attrset.xsl)
Sortie
Voici les données en sortie formatées :
Voici les données en sortie du processeur ; des sauts de ligne ont été ajoutés pour plus de clarté.
<?xml version="1.0"?>
<fo:block font-size="12pt"
font-weight="bold"
quadding="start"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
The First Heading
</fo:block>
<fo:block font-size="12pt"
font-weight="bold"
quadding="start"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
The Next Heading
</fo:block>
Voir aussi
Référence
Élément <xsl:attribute>
Élément <xsl:element>
Élément <xsl:copy>