-
xml parser
i download dom parser to parse the doc but it always give me error that document is invalid
i make the xml schema like that
<userName>ahmed
<nickName>ahmed</nickName>
<says>hi every body </says>
<atTime>Tue Jun 27 00:01:00 EEST 2006</atTime>
<inRoom>tennis</inRoom>
</userName>
i try to find parser accept that foramt of data but i fail
i want to know how i can get the elements and attribute only
thanx
-
Re: xml parser
Try adding
At the top of the file.
-
Re: xml parser
thank you very much for your reply i solve the problem thank you again
-
Re: xml parser
You can now go to the Thread Tools menu at the top of the thread and select the Mark Thread Resolved menu item to show that your question has been answered.
Thanks :)