Re: [xml-dev] xml xsl web architecture

From
Peter Hunsberger <>
To
Anthony Ettinger <>
Date
2006-02-24T03:03:47Z
ID
<>
Thread
Re: [xml-dev] xml xsl web architecture
> ...so I would still write xhtml in a separate file, just give it a
> namespace so the tags stay the same:
>
> <x:html>
>      <x:head>
>      </x:head>
> </x:html>
>
Yes.  As Liam points out you would also mix in any other tags you
needed into that same file.

I'd personally advise against using XSLT as a templating language (for
several reasons I don't have time to go into at the moment) unless you
have a single person with good XSLT skills maintaining the site.