[
Lists Home |
Date Index |
Thread Index
]
> ...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.
|