UNPKG
dtdanalyzer
Version:
latest (0.5.1)
0.5.1
A tool for analyzing and manipulating DTDs
dtd.nlm.nih.gov/ncbi/dtdanalyzer/
ncbi/DtdAnalyzer
dtdanalyzer
/
test
/
external-nocat.xml
10 lines
(7 loc)
•
211 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
<?xml version=
"1.0"
encoding=
"UTF-8"
?>
<!-- This sample does not need a catalog to resolve the external DTD, since the system identifier is correct. -->
<!DOCTYPE
banana
SYSTEM
"external.dtd"
>
<
banana
/>