Hi all,<br>
I tried write an erlang programe to read a xml file. i wrote a xml file and the dtd file.<br>
When i tried to compile the {ParsResult,Misc}=xmerl_scan:<div>file("motorcycles.xml").<br>
in erl prompt. it gives following errors.<br>
** exception error: no case clause matching {error,enoent}<br>
     in function  xmerl_scan:fetch_DTD/2<br>
     in call from xmerl_scan:scan_doctype2/3<br>
     in call from xmerl_scan:scan_prolog/3<br>
     in call from xmerl_scan:scan_document/2<br>
     in call from xmerl_scan:file/2<br>
<br>
Can anybody tell me the reason of that exception?<br>
thanks<br>
prasantha</div>