aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/domparser
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/domparser')
-rw-r--r--files/es/web/api/domparser/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/api/domparser/index.html b/files/es/web/api/domparser/index.html
index 983d989f3e..8d4917f289 100644
--- a/files/es/web/api/domparser/index.html
+++ b/files/es/web/api/domparser/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/DOMParser
---
<p>{{APIRef("DOM")}}{{SeeCompatTable}}</p>
-<p><code>DOMParser</code> puede analizar gramaticalmente (parsear, en adelante) código XML o HTML almacenado en una cadena de texto y convertirlo en un <a href="/es/docs/Web/API/Document">Documento</a> DOM. <code>DOMParser</code> está especificado en <a href="https://w3c.github.io/DOM-Parsing/" title="http://html5.org/specs/dom-parsing.html">DOM Parsing and Serialization</a>.</p>
+<p><code>DOMParser</code> puede analizar gramaticalmente (parsear, en adelante) código XML o HTML almacenado en una cadena de texto y convertirlo en un <a href="/es/docs/Web/API/Document">Documento</a> DOM. <code>DOMParser</code> está especificado en <a href="https://w3c.github.io/DOM-Parsing/">DOM Parsing and Serialization</a>.</p>
<p>Tener en cuenta que <a href="/en-US/docs/DOM/XMLHttpRequest" title="DOM/XMLHttpRequest">XMLHttpRequest</a> soporta parsear XML y HTML desde recursos direccionables por URL.</p>