Moin moin
ich bin wieder ein Stückchen weiter gekommen:
Die Ausgabe im Browser sieht nun schon ganz gut aus:
* (A) Category A (A1) Category A1 (A2) Category A2
* (B) Category B (B1) Category B1 (B1a) Category B1a (B1b) Category B1b (B2) Category B2
Jetzt fehlt mir nur noch die Einrückung...
Die dazugehörige XSLT-Datei:
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<html>
<body>
<xsl:for-each select="oekolandbau/menueCategory">
<ul>
<li>
xsl:apply-templates/
</li>
</ul>
</xsl:for-each>
</body>
</html>
</xsl:template>
<xsl:template match="oekolandbau/menueCategory">
<xsl:for-each select="/">
<ul>
<li><xsl:value-of select="menueCategory"/></li>
</ul>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
Gruß,
Marc.
Und immer schön
validieren (http://validator.w3c.org)
sh:( fo:| ch:? rl:? br:> n4:& ie:% mo:} va:} de:] zu:) fl:( ss:| ls: js:(
http://www.peter.in-berlin.de/projekte/selfcode/?code=sh%3A%28+fo%3A%7C+ch%3A%3F+rl%3A%3F+br%3A%3E+n4%3A%26+ie%3A%25+mo%3A%7D+va%3A%7D+de%3A%5D+zu%3A%29+fl%3A%28+ss%3A%7C+ls%3A+js%3A%28