jollyplay
Programmer
- Dec 16, 2003
- 90
Hello,
I am new to xml and xml parser. when i try to run my
xml parser programe i got the following error
java.net.MalformedURLException: no protocol: priceList.xml.
i am using JAXP DOM parser.
Can u tell me,why i am getting this error. I think it may
be .xml file. The xml file is,
<?xml version="1.0" ?>
<mySlideShow>
<myImage titled = "Istanbul" description = "Istanbul / Turkey" media = "istanbul.jpg"></myImage>
<myImage titled = "Bodrum" description = "Bodrum / Turkey" media = "bodrum.jpg"></myImage>
<myImage titled = "Antalya" description = "Antalya / Turkey" media = "antalya.jpg"></myImage>
</mySlideShow>
Thanks in advance.
With regards,
balachandar.
I am new to xml and xml parser. when i try to run my
xml parser programe i got the following error
java.net.MalformedURLException: no protocol: priceList.xml.
i am using JAXP DOM parser.
Can u tell me,why i am getting this error. I think it may
be .xml file. The xml file is,
<?xml version="1.0" ?>
<mySlideShow>
<myImage titled = "Istanbul" description = "Istanbul / Turkey" media = "istanbul.jpg"></myImage>
<myImage titled = "Bodrum" description = "Bodrum / Turkey" media = "bodrum.jpg"></myImage>
<myImage titled = "Antalya" description = "Antalya / Turkey" media = "antalya.jpg"></myImage>
</mySlideShow>
Thanks in advance.
With regards,
balachandar.