Transformation xslt: demande d'aide
Fermé
xslnewbie
Messages postés
1
Date d'inscription
lundi 21 septembre 2009
Statut
Membre
Dernière intervention
21 septembre 2009
-
21 sept. 2009 à 15:09
calclf - 5 oct. 2009 à 20:53
calclf - 5 oct. 2009 à 20:53
A voir également:
- Transformation xslt: demande d'aide
- Transformation audio en texte - Guide
- Windows 7 transformation pack - Télécharger - Personnalisation
- Transformation voix - Guide
- Logiciel transformation photo en dessin gratuit - Télécharger - Retouche d'image
- Illustrator impossible de déplacer les objets la transformation demandée - Forum Illustrator
1 réponse
<xsl:template match="ap:Topic">
<node>
<xsl:attribute name="ID">
<xsl:value-of select="@DOId" />
</xsl:attribute>
<xsl:attribute name="TEXT">
<xsl:value-of select="./ap:Text/@PlainText" />
</xsl:attribute>
<xsl:if test="./ap:Text/@Bold='yes'">
<font bold="true"/>
</xsl:if>
</node>
</xsl:template>
<xsl:template match="ap:Text">
</xsl:template>
<xsl:template match="ap:Font">
</xsl:template>
<node>
<xsl:attribute name="ID">
<xsl:value-of select="@DOId" />
</xsl:attribute>
<xsl:attribute name="TEXT">
<xsl:value-of select="./ap:Text/@PlainText" />
</xsl:attribute>
<xsl:if test="./ap:Text/@Bold='yes'">
<font bold="true"/>
</xsl:if>
</node>
</xsl:template>
<xsl:template match="ap:Text">
</xsl:template>
<xsl:template match="ap:Font">
</xsl:template>