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!

compiling various XML feeds using xslt

Status
Not open for further replies.

dazza12345

Programmer
Nov 25, 2005
35
GB
Hi all,

I have many differnet XMl feeds that i would like to output onto my web site, however, I would need the output to be sorted.

I have been told that I could go about this using xslt. the major problem with this is that the naming conventions in the various XML file are different, therefore I should go about combiling all the xml feeds into one common format before attemption to output this onto my website.

Any ideas how best this would be achieved?

Should I create a seperate xslt file for each seperate XML feed?

How would be the best to go about compiliting these into 1 common file?

What would be the best format to use (XML?)

Any help on these issues would be much appreciated.

Cheers
 
It really depends on the feeds and how you want to sort them. I would probably opt for using a single XSL stylesheet and use the document() function to gather the node-sets from different docs.

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top