Introducción

La extensión DOM permite realizar operaciones sobre documentos XML y HTML mediante la API DOM de PHP.

Nota:

The DOM extension uses UTF-8 encoding. Use mb_convert_encoding(), UConverter::transcode(), or iconv() to handle other encodings.