dtdanalyzer
Version:
A tool for analyzing and manipulating DTDs
17 lines (14 loc) • 423 B
text/xml
<!--
Sample instance document.
-->
<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>