Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic XML to HTML conversion script
Message
De
09/07/1999 07:50:11
Salminen Jukka
Js Software Systems
Vaasa, Finlande
 
 
À
09/07/1999 06:54:07
Salminen Jukka
Js Software Systems
Vaasa, Finlande
Information générale
Forum:
Internet
Catégorie:
XML
Divers
Thread ID:
00239339
Message ID:
00239346
Vues:
10
I don't believe it! I finally did it!!!
Because this forum doesn't support tagging I can't show it in all its beauty.

(?xml version='1.0' encoding='windows-1252'?)
(xsl:stylesheet xmlns:xsl='http://www.w3.org/TR/WD-xsl' xmlns='http://www.w3.org/TR/REC-html40')
(xsl:template match='*')
(xsl:apply-templates/)
(/xsl:template)
(xsl:template match='text()')
(xsl:apply-templates/)
(/xsl:template)
(xsl:template match='/')
(HTML)
(BODY)
(xsl:for-each select='*/*')
(xsl:apply-templates/)
(/xsl:for-each)
(/BODY)
(/HTML)
(/xsl:template)
(xsl:template match='text()')
(p)
(xsl:value-of/)
(/p)
(/xsl:template)
(/xsl:stylesheet)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform