> |  
re : Parser XML
guen
Acc.. ho visto troppo tardi che i tags vengono rimossi... Rimpiazzo i simboli
di maggiore e minore con { e }...

{?xml version="1.0" encoding="ISO-8859-1"?}
{xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:dxl=\'http://www.lotus.com/dxl\'}
{xsl:output method="xml"/}

{xsl:template match="/"}
{dxl:database}
{xsl:attribute name="title"}{xsl:value-of select="@title"/}{/xsl:attribute}
{xsl:apply-templates/}
{/dxl:database}
{/xsl:template}

{xsl:template match="articolo"}
{dxl:document}
{xsl:attribute name="form"}{xsl:value-of
select="ArticoloForm"/}{/xsl:attribute}
{xsl:apply-templates/}
{/dxl:document}
{/xsl:template}

{xsl:template match="idarticolo"}
{dxl:item}
{xsl:attribute name="idarticolo"}{xsl:value-of select="."/}{/xsl:attribute}
{/dxl:item}
{/xsl:template}

{!-- ... e cosi\' via per gli altri campi... --}

{/xsl:stylesheet}




    re : Parser XML - freemaui -
    You are here re : Parser XML - guen -
    re : Parser XML - guen -
    re : Parser XML - guen -
    re : Parser XML - freemaui -
    re : Parser XML - freemaui -
    re : Parser XML - freemaui -
    re : Parser XML - guen -
Parser XML - freemaui -
    re : Parser XML - Daniele -