次の XML ファイルで、、、、DOCTYPE
(ENTITY
参照?) は何を表しているでしょうかSYSTEM
?&entity
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE root [
<!ENTITY entity SYSTEM "./entity.xml">
]>
<root>
<element attribute="value">
&entity;
<child>
<!-- some more nested -->
</child>
</element>
</root>