Presentation is loading. Please wait.

Presentation is loading. Please wait.

XSL-2 COSC643 Internet Supply-Chain Management Sungchul Hong.

Similar presentations


Presentation on theme: "XSL-2 COSC643 Internet Supply-Chain Management Sungchul Hong."— Presentation transcript:

1 XSL-2 COSC643 Internet Supply-Chain Management Sungchul Hong

2 Last Class DTD XSL –Template –<xsl:value-of –

3 Today More XSL –List elements

4 Passing the Node for Further Processing

5 Getting Specific

6 :

7

8 :

9

10 Displaying Attributes -- :

11

12 Checking for a Specific Attribute Values

13 --

14

15 -- Adding Sales Prices

16

17 <xsl:value-of select="price[@pricetype='sale'] | price[@pricetype != 'cost']"/> Using the Pipe Notation for “or”

18

19 Looking for Descendants Instead of Children <xsl:value-of select=“.//price[@pricetype='sale'] |.//price[@pricetype != 'cost']"/>

20 Looking for Retail Prices <xsl:value-of select="price[@pricetype='sale'] | price[@pricetype = ‘retail']"/>

21 Looping

22 Adding Elements --> #

23 Conditionals #

24 Conditionals (2) -->

25 Choose # *

26 Choose * Products available only in showrooms. -->


Download ppt "XSL-2 COSC643 Internet Supply-Chain Management Sungchul Hong."

Similar presentations


Ads by Google