10 lines
215 B
DTD
10 lines
215 B
DTD
|
<!-- The root element of a GDB target description is <target>. -->
|
||
|
|
||
|
<!ELEMENT target (architecture?)>
|
||
|
<!ATTLIST target
|
||
|
xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude">
|
||
|
|
||
|
<!ELEMENT architecture (#PCDATA)>
|
||
|
|
||
|
|