Fabriquer un fichier XSL
|
Thread Tools | Display Modes |
|
#2
|
|||
|
|||
Re: Fabriquer un fichier XSL
j'ai aussi tenté ça mais ça ne marche pas
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" > <xsl:output method="html"/> <xsl:template match="Inbox/Lettre"> <html> <body> <xls:apply-templates select="Expediteur" /> <xls:apply-templates select="Destinataire" /> <xls:apply-templates select="Contenu" /> </body> </html> </xsl:template> <xls:apply-templates match="Expediteur"> Destinataire : <xls:value-of select="nom" /> Domaine : <xls:value-of select="domaine" /> </xsl:template> <xls:apply-templates match="Destinataire"> Destinataire : <xls:value-of select="nom" /> Domaine : <xls:value-of select="domaine" /> </xsl:template> <xls:apply-templates match="Contenu"> //... </xsl:template> </xsl:stylesheet> |
Bookmarks |
«
Previous Thread
|
Next Thread
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
récupérer un fichier pst (outlook 2003) | Cougar | Logiciels | 2 | 17-10-2005 09:33 |
Installation automatisée de Windows 2000 - XP - Server 2003 | Werner | Articles | 241 | 02-08-2005 15:52 |
Taille du fichier d'échange | KnuX | Windows NT4/2000/XP Client | 10 | 23-06-2004 12:15 |
Creation d'un fichier de sortie en PHP | megaseb | Programmation Web (HTML, PHP, ASP, Java, XML, etc.) | 5 | 25-01-2004 18:52 |
Problème de lecture de fichier en PHP | stan | Programmation Web (HTML, PHP, ASP, Java, XML, etc.) | 9 | 12-10-2003 22:47 |
All times are GMT +2. The time now is 20:43.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.