HI,
äh sorry, ich gehe da mit XSL ran.
Ja XSL und Attributknoten sagt mir was. Damit wandle ich die Datei ja :
xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" encoding="UTF-8"/>
<xsl:template match="prnr">~Nr~<xsl:value-of select="."~</xsl:template>
<xsl:template match="prname">~Name~<xsl:value-of select=".">~</xsl:template>
</xsl:stylesheet>
Nun brauch ich halt noch was für den Attributknoten.
Sorry wie gesagt, bin Anfänger in XSL
Danke Manu