Friday, September 01, 2023, 13:00:07 + 4

main
shwetha729 2023-09-01 13:01:08 -04:00
parent cbecc312b4
commit 3e5165d368
2 changed files with 9 additions and 4 deletions

View File

@ -221,9 +221,9 @@
},
"active": "0434a8dd305bd586",
"lastOpenFiles": [
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901124958.png",
"Coding Tips (Classical)/Terminal Tips/Languages/Lisp.md",
"Coding Tips (Classical)/Terminal Tips/Languages/XML.md",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901124958.png",
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901121505.png",
"Coding Tips (Classical)/Project Vault/Comms/RADIO/Hardware/Smartjack.md",
@ -268,7 +268,6 @@
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/The Homes 05406aee129c42bcaea12f637110653d/33 Windy Hill Lane 3e3b98125f3d4fe39754fae951ddc14e/Untitled.png",
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning Pages 170 04b26f080d304cb7a6c0bbb997461f41/Untitled.png",
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning pages 653 c441be6ff787470ebec5eb3ae8209d8b/Untitled.png",
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning pages 653 c441be6ff787470ebec5eb3ae8209d8b/Untitled 2.png",
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning pages 653 c441be6ff787470ebec5eb3ae8209d8b/Untitled 1.png"
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning pages 653 c441be6ff787470ebec5eb3ae8209d8b/Untitled 2.png"
]
}

View File

@ -54,6 +54,10 @@ XSLT - XSL Transformations
<class>
<student>
<firstname> Graham </firstname>
<lastname> Hall </lastname>
<nickname> Garry </nickname>
</student>
</class>
```
@ -65,12 +69,14 @@ xmins:xml = "http://www.w1.org/1999/XML/tranform">
<html>
<body>
<h2> Student List < /h2>
<table>
<table border = "1">
<tr>
<tr> First Name </tr>
<tr> Last Nam </tr>
<tr> Nick Name </tr>
</tr>
<xsl: for-each select = "student">
</body>
</html>
<xml:template>