andreask84
Programmer
I have some XML files that contain, in a certain manner, many resources like text, images, video, ...
I need to buy a dynamic web page that read this files and ensembe some information.
For example I have the following XML files
file 1:
<article id = "a1">
<p>...
</article>
...
file 2:
<image id = "i1">
...
If I wrote in the address bar of a browser "mypage.htm?article="a1"&image="i1", I'd see a page that contain the article and the image specified.
Please help me!! What should I do??
Thank
I need to buy a dynamic web page that read this files and ensembe some information.
For example I have the following XML files
file 1:
<article id = "a1">
<p>...
</article>
...
file 2:
<image id = "i1">
...
If I wrote in the address bar of a browser "mypage.htm?article="a1"&image="i1", I'd see a page that contain the article and the image specified.
Please help me!! What should I do??
Thank