Download presentation
Presentation is loading. Please wait.
Published byMarie Stubbins Modified over 10 years ago
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
:
8
:
10
Displaying Attributes -- :
12
Checking for a Specific Attribute Values
13
--
15
-- Adding Sales Prices
17
<xsl:value-of select="price[@pricetype='sale'] | price[@pricetype != 'cost']"/> Using the Pipe Notation for “or”
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. -->
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.