Easy Tutorial
❮ Met Text Replacedata Dom Nodes Navigate ❯

XML DOM internalSubset Property



Definition and Usage

The internalSubset property returns the internal DTD as a string (without the delimiters), or null if there is none.

Syntax


Example

The following code snippet uses loadXMLDoc() to load "note_internal_dtd.xml" into xmlDoc and returns the internal DTD as a string:

Output:


❮ Met Text Replacedata Dom Nodes Navigate ❯