sto effettuando una trasformazion xslt da file xml a html..
devo andare a leggere il valore di un nodo (tag name)
in particolare:
il file xml è il seguente:
<root>
<N0>
<NN0>
</NN0>
</N0>
<N1>
<NN1>
</NN1>
</N1>
</root>
ok.. il file xslt è qualcosa del genere:
<xsl:for-each select="./*/*">
<xsl:value-of select="name()">
<xsl:value-of select=?????????????>
ne ho già provate un pò ma niente da fare.. suggerimenti?

Rispondi quotando
