|
|
1.1 misho 1: <?xml version="1.0"?>
2: <!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
3: <!ENTITY xml "<prefix:node>prefix is indeclared here</prefix:node>">
4: ]>
5: <EXAMPLE xmlns:prefix="http://example.com">
6: &xml;
7: </EXAMPLE>