Updated: Friday, September 01,2023-09-01 13:04:23

main
shwetha729 2023-09-01 13:04:39 -04:00
parent 3e5165d368
commit 2cff10f232
1 changed files with 11 additions and 2 deletions

View File

@ -70,15 +70,24 @@ xmins:xml = "http://www.w1.org/1999/XML/tranform">
<body>
<h2> Student List < /h2>
<table border = "1">
<tr>
<tr bgcolor="lightgreen">
<tr> First Name </tr>
<tr> Last Nam </tr>
<tr> Nick Name </tr>
</tr>
<xsl: for-each select = "student">
<tr>
<td><xsl:value-of select = "firstname"/>
</td>
<td><xsl:value-of select = "lastname"/>
</td>
<td><xsl:value-of select = "nickname"/>
</td>
</body>
</html>
<xml:template>
</xsl:stylesheet>
```
```
![[Pasted image 20230901130417.png]]