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
  • How do I set a column attribute with value from another table? I have this manager_specialisation table: CREATE TABLE ma...

    How do I set a column attribute with value from another table? I have this manager_specialisation table: CREATE TABLE manager_specialisation ( specialisation_id NUMBER(4) NOT NULL, specialisation_type VARCHAR(50) NOT NULL ); And I want to update a column in my garage_manager table like this except the specialisation_id is WHERE specialisation_type = 'S'.? UPDATE garage_manager SET specialisation_id=manager_specialisation.specialisation_id WHERE man_id=1 AND garage_email= (SELECT garage_code FROM garage WHERE garage_email = 'melbournec@rdbms.example.com') ;

  • MATLAB: If I have a vector for time and distance, how do I create a velocity...

    MATLAB: If I have a vector for time and distance, how do I create a velocity vector? For example, T = [ 1; 2; 3; 4; ........] D = [ 2; 2; 3; 4; ........] and I need to find the velocity vector V = [] where the first value would be ((first value of D) / (first value of T)) Is there a way to create a loop for that and if so, what would be the code?

  • I do not understand how to do this, can i please have a step by step...

    I do not understand how to do this, can i please have a step by step explanation for each part The pka of HI = -10, and for CH3OH = 16. Use these values to determine which direction the following reaction will proceed. Explain your answer based on the strength/stability of the Lewis Base. CH3CH2-1 + OCH3 = CH3CH2OCH3 + 10 Circle the better leaving group in each of the following pairs. Explain your answer using terms such as charge,...

  • How do I combine these two SELECT query into one INSERT?Selecting a value from different tables...

    How do I combine these two SELECT query into one INSERT?Selecting a value from different tables in ORACLE? I inserted a row into vehicle_unit by using INSERT this way: INSERT INTO vehicle_unit(vunit_id,vunit_purchase_price,vunit_exhibition_flag,vehicle_insurance_id,vunit_rego, garage_code) SELECT '3',50000.00, 'R', 'sports-ute-449-12b ', 'RD3000', garage_code FROM garage WHERE garage_email ='melbournec@rdbms.example.com '; BUT now I do not want to manually enter sports-ute-449-12b. I want to select it from vehicle_detail table using the vehicle_title like this: SELECT vehicle_insurance_id FROM vehicle_detail WHERE vehicle_title= 'Toyota Hilux SR Manual 4x2...

  • I have posted this question 4 times previous with 4 different answers. note, there is a step in o...

    I have posted this question 4 times previous with 4 different answers. note, there is a step in output voltage when D1 changes to forward bias. Please do not answer this question unless you know the correct answer. Question 2 For the circuit shown in Figure 2, determine its sketch transfer characteristics. Diodes have Voo 0 V and R 50 50Ω D1 100 Ω 1500 V 2.5V Figure 2. Please answer clearly Question 2 For the circuit shown in Figure...

  • Please explain each step! Thanks i will rate! 5. Find the value of the line integral...

    Please explain each step! Thanks i will rate! 5. Find the value of the line integral ((2xz)dx+(2yz– y?)dy+(x² + y2 + 2z)dz where C is the line from (0,0,0) to (-4,-5,6) (Hint: it is conservative)

  • I am currently attempting to create a simple blackjack game. In order to do so I...

    I am currently attempting to create a simple blackjack game. In order to do so I have created an array for the values of my card like this, ValArray = ['A', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K']; what I need is to be able to assign a numerical value to each item in the array in order to count them. So that ‘A’ = 1 and ‘J’, ‘Q’, ‘K’ = 10. How do I...

  • How do i create a dummy variable, for example, i have 1 policy, under this policy,...

    How do i create a dummy variable, for example, i have 1 policy, under this policy, there are 4 index. Each index using a scale of 0 to 4. My model is as follow: Export= β + β1 Αdoption rate + β2 policy

  • Use Python Step 1: Create a DataFrame of Aggregate Statistics Create a DataFrame ipCountDF that uses logDF to create a count of each time a given IP address appears in the logs, with the counts sorte...

    Use Python Step 1: Create a DataFrame of Aggregate Statistics Create a DataFrame ipCountDF that uses logDF to create a count of each time a given IP address appears in the logs, with the counts sorted in descending order. The result should have two columns: ip and count Cnd 25 I #TO 3ipCountDF GAttributeError: DataFrameReader' object has no attribute 'select' Command took θ.06 seconds-by jshavice@ksu.edu at 5/11/2019, 7:54:11 AM on JeremieHavice Cnd 26 TEST-Run this cell to test your solution...

  • I have to do this in Excel. Please Provide the formulas step by step and a...

    I have to do this in Excel. Please Provide the formulas step by step and a screenshoot of output how it looks in the end. Thank you. Question is about the MARKET vs the CONTRACTUAL value of a loan with refinancing, and cost of a loan and cost of refinancing in terms of points. Has to be in monthly terms. You want to buy a house of a million dollars, and the bank is giving you a loan with 1.5...

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