J32: ausgabe mit übereinstimmung und 3 spalten

Beitrag lesen

Endere:
<xsl:for-each select=".|following-sibling::row[position() &lt; 3 ]">
zu:
<xsl:for-each select=".|following-sibling::row[category = 1 and position() &lt; 3 ]">

Ansonsten bitte XML zeigen.

Grüße
Thomas

»»
Hallo Thomas,

erstmal danke das du mir helfen möchtest. Deine Änderung hab ich gemacht und es hat ergeben das mir jetzt alle produkte der category=1 angezeigt werden in drei spalten je zeile. ABER darunter werden mir alle anderen produkte angezeigt in einer spalte pro zeile.

hier ein link damit du es dir anschauen kannst klicke hier zum XML

hier mein xml file (zu lang deshalb gekürzt)

  
<?xml version="1.0" encoding="ISO-8859-1"?>  
<?xml-stylesheet type="text/xsl" href="product.xsl"?>  
<products>  
<row>  
<id>298914297</id>  
<link>http://www.cafepress.com/gamecards.298914297</link>  
<title>Don&apos;t hate the Player Women&apos;s Plus Size V-Neck T-S</title>  
<description>A fun design for everybody who likes to play poker or other games. It shows the four aces with the text Dont hate the player hate the game.</description>  
<image_link>http://images.cafepress.com/product/298914297_400x400_Front.jpg</image_link>  
<price>27.99</price>  
<currency>USD</currency>  
<brand>gamecards</brand>  
<condition>new</condition>  
<product_type>Women&apos;s Plus Size V-Neck T-Shirt</product_type>  
<category>1</category>  
</row>  
<row>  
<id>298914298</id>  
<link>http://www.cafepress.com/gamecards.298914298</link>  
<title>Don&apos;t hate the Player Women&apos;s Plus Size V-Neck Dar</title>  
<description>A fun design for everybody who likes to play poker or other games. It shows the four aces with the text Dont hate the player hate the game.</description>  
<image_link>http://images.cafepress.com/product/298914298_400x400_Front.jpg</image_link>  
<price>27.99</price>  
<currency>USD</currency>  
<brand>gamecards</brand>  
<condition>new</condition>  
<product_type>Women&apos;s Plus Size Dark V-Neck T-Shirt</product_type>  
<category>1</category>  
</row>  
<row>  
<id>298929958</id>  
<link>http://www.cafepress.com/gamecards.298929958</link>  
<title>Don&apos;t hate the Player Baseball Jersey</title>  
<description>A fun design for everybody who likes to play poker or other games. It shows the four aces with the text Dont hate the player hate the game.</description>  
<image_link>http://images.cafepress.com/product/298929958_400x400_Front.jpg</image_link>  
<price>19.99</price>  
<currency>USD</currency>  
<brand>gamecards</brand>  
<condition>new</condition>  
<product_type>Baseball Jersey</product_type>  
<category>2</category>  
</row>  
<row>  
<id>299196643</id>  
<link>http://www.cafepress.com/gamecards.299196643</link>  
<title>Don&apos;t hate the Player Jr. Hoodie</title>  
<description>A fun design for everybody who likes to play poker or other games. It shows the four aces with the text Dont hate the player hate the game.</description>  
<image_link>http://images.cafepress.com/product/299196643_400x400_Front.jpg</image_link>  
<price>27.99</price>  
<currency>USD</currency>  
<brand>gamecards</brand>  
<condition>new</condition>  
<product_type>Jr. Hoodie</product_type>  
<category>2</category>  
</row>  
<row>  
<id>298937918</id>  
<link>http://www.cafepress.com/gamecards.298937918</link>  
<title>Don&apos;t hate the Player Black Cap</title>  
<description>A fun design for everybody who likes to play poker or other games. It shows the four aces with the text Dont hate the player hate the game.</description>  
<image_link>http://images.cafepress.com/product/298937918_400x400_Front.jpg</image_link>  
<price>19.99</price>  
<currency>USD</currency>  
<brand>gamecards</brand>  
<condition>new</condition>  
<product_type>Black Cap</product_type>  
<category>4</category>  
</row>  
<row>  
<id>299196642</id>  
<link>http://www.cafepress.com/gamecards.299196642</link>  
<title>Don&apos;t hate the Player Trucker Hat</title>  
<description>A fun design for everybody who likes to play poker or other games. It shows the four aces with the text Dont hate the player hate the game.</description>  
<image_link>http://images.cafepress.com/product/299196642_400x400_Front.jpg</image_link>  
<price>14.99</price>  
<currency>USD</currency>  
<brand>gamecards</brand>  
<condition>new</condition>  
<product_type>Trucker Hat</product_type>  
<category>4</category>  
</row>  
</products>