Question

For step 5, do I have to create 4 different <xsl: value-of select=> for each tiem?

For step 5, do I have to create 4 different <xsl: value-of select=> for each tiem?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Though the question is not very clear what I understand is that it asks whether we need to write four different <xsl : value-of select=> for the 4 items but the answer is that we don't need to write it four times , instead we can use the <xsl:for-each> element and do the looping for the four items . eg

<xsl : for-each select = "path"> //the select attribute selects the path where the item data is stored

<xsl:value-of select="name"/>
<xsl:value-of select="desc"/>

</xsl:for-each>

Add a comment
Know the answer?
Add Answer to:
For step 5, do I have to create 4 different <xsl: value-of select=> for each tiem?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT