a question about parse XML which contains DTD

W

wangyang

the xml code below,I try to parse it using MSXML4.0 ,but failed.
How can I solve it?
Thank you!

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE dublin-core-simple>

<record-list>

<dc-record>

<type></type>

<title>Technology in early childhood education.-h[book].</title>

<creator>Wang.</creator>

<creator>Hoot.</creator>

<description>X.C. Wang, </description>

<publisher>Lawrence Erlbaum Assoc Inc,</publisher>

<date>2006.</date>

<language>eng</language>

</dc-record>

</record-list>

</dublin-core-simple>
 
Top