Problem 1 |
Create the files: people.xml and people.xsl as shown below. When ready, publish these two files in a Web Server, and then, open the XML file using any Internet browser. |
Tip |
You may combine HTML, XML, CSS in a XSL file to display and manipulate the data in a XML file. |
Problem 2 |
Save the people.xml file as people1.xml; then replace the word male with an upper M, female with an upper F. Create the people1.xsl file that illustrates how to perform a conditional replacement. Be sure to use the people1.xsl file in the people1.xml file. |
Tip |
XSL has four parts:
|