XSLT guidance

remy21

Limp Gawd
Joined
Aug 24, 2006
Messages
262
ok guys, I need some advice about how to implement some XSLT functionality. I'll have xml data (all formatted consistently) coming in via email and I'd like to run it through an XSL template to pretty it up and make it more readable.

I don't need it to be fully automated so I'd be perfectly happy with copying the raw xml into a text box on a special site I'd set up, then click a button and see the data with the template applied. This is for viewing only, no data manipulation.

I have some raw data ready, and the template is coming along pretty well. The part that's not clear in my mind is what to use to make the magic happen on the site i described above...

If anyone could be kind enough to point me in the right direction and maybe include some code samples I'd really appreciate it. Thanks!
 
I'm open to any of them really... whichever will be the most straightforward since i've never really done anything like this before

edit: thanks for the links btw
 
Back
Top