yetanotheruser: Daten aus xml auslesen

Beitrag lesen

  
<xsl:template match="bibItem">  
  <table>  
    <tr>  
      <td><xsl:value-of select="@title"/></td>  
      <td><xsl:apply-template />  
    </tr>  
  </table>  
</xsl:template>  

Nicht getestet, sollte aber stimmen.

Gruß Ben