Thema: Delphi XSL Problem

Einzelnen Beitrag anzeigen

Mussi0

Registriert seit: 8. Jun 2006
55 Beiträge
 
#11

Re: XSL Problem

  Alt 28. Aug 2007, 14:48
Also die Staffel sagt sozusagen die Stück Anzahl aus!

z.B. bezahlst du für Bob Dylan 10€ kaufst du aber 2 Lieder von dem bezahlst du nur 8€!!
Nun kann man je nach Produkt natürlich entsprechend auch viel Staffeln siehe Bleistifte,
ein Unternehmen könnte ja z.B. 200 Bleistifte kaufen die dann nur 20 € kosten statt 10 für 1,50€!!

XML-Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
<catalog>
  <cd num="0">
    <title>Empire Burlesque</title>
    <artist>Bob Dylan</artist>
    <country>USA</country>
    <company>Columbia</company>
   <preise>
        <preis staffel="1">10</preis>
        <preis staffel="2">8</preis>
        <preis staffel="4">7.50</preis>
   </preise>
    <year>1985</year>
  </cd>
  <cd num="1">
    <title>Empire Burlesque</title>
    <artist>Bob Dylan</artist>
    <country>USA</country>
    <company>Columbia</company>
   <preise>
        <preis staffel="1">20</preis>
        <preis staffel="2">16</preis>
        <preis staffel="5">12</preis>
        <preis staffel="10">8</preis>
   </preise>
    <year>1985</year>
  </cd>
  <cd num="2">
    <title>Empire Burlesque</title>
    <artist>Bob Dylan</artist>
    <country>USA</country>
    <company>Columbia</company>
   <preise>
        <preis staffel="1">30</preis>
        <preis staffel="2">24</preis>
   </preise>
    <year>1985</year>
  </cd>
</catalog>
Jetzt will ich natürlich trotzdem alle Preise zu alle Artists haben!

Und mit der von dir vorgeschlagenen Lösung geht das nur wenn ich die XSL verändere!

Geht das mit XSL??

Gruß

muss!0
Wer die anderen neben sich klein macht ist nie groß.
von Johann Gottfried Seume

Website: http://mussio.funpic.de
  Mit Zitat antworten Zitat