aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/guide/parsing_and_serializing_xml/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
commite7651b26abb2031118b797bd4a4d707aa7f2e9b6 (patch)
treec0849c5104d61d6d0a7b90cdfb1511e52d144613 /files/it/web/guide/parsing_and_serializing_xml/index.html
parent30feb96f6084a2fb976a24ac01c1f4a054611b62 (diff)
downloadtranslated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.gz
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.bz2
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.zip
unslug it: modify
Diffstat (limited to 'files/it/web/guide/parsing_and_serializing_xml/index.html')
-rw-r--r--files/it/web/guide/parsing_and_serializing_xml/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/it/web/guide/parsing_and_serializing_xml/index.html b/files/it/web/guide/parsing_and_serializing_xml/index.html
index 563552085e..6cf10e3766 100644
--- a/files/it/web/guide/parsing_and_serializing_xml/index.html
+++ b/files/it/web/guide/parsing_and_serializing_xml/index.html
@@ -1,7 +1,8 @@
---
title: Costruire e decostruire un documento XML
-slug: Costruire_e_decostruire_un_documento_XML
+slug: Web/Guide/Parsing_and_serializing_XML
translation_of: Web/Guide/Parsing_and_serializing_XML
+original_slug: Costruire_e_decostruire_un_documento_XML
---
<p>Quest'articolo si propone di fornire una guida esaustiva per l'uso di XML per mezzo Javascript. Esso si divide in due sezioni. Nella <a href="#Costruire_DOM" title="Costruire un albero DOM">prima sezione</a> verranno illustrati tutti i possibili metodi per costruire un albero DOM, nella <a href="#Decostruire_DOM" title="Decostruire un albero DOM">seconda</a> invece si darà per scontato che <em>saremo già</em> in possesso di un albero DOM e il nostro scopo sarà quello di trattarne il contenuto.</p>