| David Carnes 2004-05-21, 7:31 pm |
| Jonny:
I think that XSL is definitely the way to go. You can use XSLT on the
server to generate the HTML to send to the browser, or you can send the XML
and XSL to the browser and have client-side script perform the
transformation and place the results in <DIV>, for example (my preferred
method).
Here's a place to start:
http://msdn.microsoft.com/library/d....asp?frame=true
And here's a great introduction:
http://www.perfectxml.com/articles/xml/XsltInMsxml.asp
(hint: Don't get bogged down in the details on page 1, go to page 2 to see
the very cool results.)
Lurk in this newsgroup, and microsoft.public.xsl, and read every post from
Oleg Tkachenko, Dimitre Novatchev, Julian F. Reschke, Chris Barber, Joe
Fawcett, Martin Honnen, and a few other gurus (there are many kind, smart
people here).
Have fun and enjoy. You're about to embark on a sometimes frustrating but
very rewarding journey, my friend.
Ciao,
Dave
"Jonny" <jonathan_schnittger@iquate.com> wrote in message
news:BBCBF9AB-22D1-4ECA-B4B2-FF86D4ABCEEE@microsoft.com...
> Hi Not sure if this is the right place.
>
> I need to build a HTML page based of several different XML files.
>
> Is this possible using XSL? if so how?
>
> Thanks,
>
> /Jonny
|