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!

How to use 1 xsl with many xml files

Status
Not open for further replies.

acsooley

Programmer
Nov 13, 2002
32
CA
I have been using IE6 with the built in parser to do my xml and I had a JavaScript in the file to call the xsl and xml files. All of the links in the page were being called like:
index.htm?myText=images and in the index page it would grab the images name from the query string and know to open images.xml

I have now moved to a parser on the server using a JSP page. I would like to know how to update my links so they work without the index.htm?myText=images instead I just want the link to be images.xml and to call the one common style sheet.

Any help?
Need more info let me know.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top