Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need some advice

Status
Not open for further replies.

andreask84

Programmer
Jun 10, 2006
1
IT
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top