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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top