UNPKG

dtdanalyzer

Version:

A tool for analyzing and manipulating DTDs

17 lines (14 loc) 423 B
<?xml version="1.0" ?> <!-- Sample instance document. --> <!DOCTYPE Result SYSTEM "sample2.dtd"> <Result> <ERROR>Invalid db name specified: fleegle</ERROR> <ErrorList> <PhraseNotFound>not found phrase #1</PhraseNotFound> <PhraseNotFound>not found phrase #2</PhraseNotFound> <FieldNotFound>not found field #1</FieldNotFound> <FieldNotFound>not found field #2</FieldNotFound> </ErrorList> </Result>