You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: 02 - XML.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1114,7 +1114,7 @@ Più in particolare in ingresso si ha un .xml file (1), il quale passa attravers
1114
1114
1115
1115
1116
1116
1117
-
-`<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/">`denominato come `name space`.
1117
+
-`<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/">`denominato come `name space`. Ossia quando al root combaccia allora html viene generato. Mentre gli altri tags vengono usati all'interno del root elements.
1118
1118
- la radice del documento è `</xsl:stylesheet>`.
1119
1119
- In questo esempio c'è una singola regola cha va dalla riga 03 alla riga 18 denominata `template`.
1120
1120
-`match="/"` per il matching della regola.
@@ -1140,3 +1140,5 @@ Codice che genera il prodotto finale:
1140
1140
1141
1141
Quindi si vede come questo file passa attraverso XSLT file (visto prima) e come a questo file vengano tolte delle informazioni e vengono mantenute altre. Più in particolare dalla tabella viene mantenuto solo il titolo.
0 commit comments