Re: XML to HTML - possible?

From: Janice (atkhan_at_gmail.com)
Date: 10/09/04


Date: 9 Oct 2004 16:46:46 -0700

You have to use XSL, here is one fo the website that has XSL tutorial
http://www.w3schools.com. Or do a google search for XSL/XSLT.

-Tamim

"Peter Morris" <nospam.ple@se> wrote in message news:<CXQ9d.5393$xb.2795@text.news.blueyonder.co.uk>...
> Newbie-ish question:
>
> I've done a little programming with XML. I can use a cascading
> style *** to specify text format, such things as font, size and style.
> But I want something a bit more complex than this.
>
> For example, I want to put a title bar at the top of each page
> in my website. Rather than specify the HTML in every page, I'd like
> each page to include a piece of XML like this :
> <XML ID=TOP>
> <PAGE_TITLE> Welcome</PAGE_TITLE>
> </XML>
> Then use a style*** to specify the HTML for this.
>
> A bit more complex: I'd like to read rows from a database table,
> returning them as XML, then use a style*** to put them in
> an HTML table.
>
> Is this even possible?
> Any web pages with guides to doing this?