[
Lists Home |
Date Index |
Thread Index
]
Why not just do it in the xsl file?
The xsl file will be applied to an xml data file from the backend for
dynamic data, user info, etc.
I assume you mean something like:
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<foo:title><arg:text>Some Title</arg:text></foo:title>
</head>
<body>
</body>
</html>
...
I'm thinking doing this directly in xsl would save the problem of
having to write templates for each html tag.
On 2/23/06, Peter Hunsberger <peter.hunsberger@gmail.com> wrote:
> On 2/23/06, Anthony Ettinger <aettinger@sdsualumni.org> wrote:
> > includes, choice, and parameter passing is nice with xsl.
> >
> If you mean you want things like includes in your "tagset"
> then extend XHTML with whatever other vocabularies you feel you need....
>
> Sprinkle with name spaces and you can pass the things that can be sent
> directly to the front end with a couple of generic transforms and be
> done with it.
>
> ---
> Peter Hunsberger
>
>
--
Anthony Ettinger
Signature: http://chovy.dyndns.org/hcard.html
|