.DTD Entities Parser Plugin

Plugin source location: <serge_root>/lib/Serge/Engine/Plugin/parse_dtd.pm

This plugin is used to parse .DTD files with entities, which are typically used to localize Mozilla extensions. Entity names are extracted as hints.

Code Examples

example.dtd
<!ENTITY key1 "string"> <!ENTITY key2 "string">

Usage

example-project.serge