Compare commits
No commits in common. "2cff10f23271fe9b7a8715e740124a8f24999d76" and "cbecc312b45c3635ec442a07437b1ce0ab36e9e6" have entirely different histories.
2cff10f232
...
cbecc312b4
|
@ -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,6 +268,7 @@
|
|||
"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 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"
|
||||
]
|
||||
}
|
|
@ -54,10 +54,6 @@ XSLT - XSL Transformations
|
|||
<class>
|
||||
<student>
|
||||
<firstname> Graham </firstname>
|
||||
<lastname> Hall </lastname>
|
||||
<nickname> Garry </nickname>
|
||||
</student>
|
||||
</class>
|
||||
```
|
||||
|
||||
|
||||
|
@ -69,25 +65,14 @@ xmins:xml = "http://www.w1.org/1999/XML/tranform">
|
|||
<html>
|
||||
<body>
|
||||
<h2> Student List < /h2>
|
||||
<table border = "1">
|
||||
<tr bgcolor="lightgreen">
|
||||
<table>
|
||||
<tr>
|
||||
<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]]
|
||||
```
|
Loading…
Reference in New Issue