Re: learning web design
Jim Ley wrote:
[snip][color=blue]
> Yes, which means you can freely use that XHTML to generate HTML 4.01
> via simple XSLT's which you actually publish...[/color]
Where all you are doing is pulling content out of a database and straight
onto the page, the extra resources needed for XSLT can be hard to justify,
especially if the content isn't cachable.
[color=blue]
> The issue being that publishing XHTML isn't very well supported[/color]
It depends how you look at it. XHTML/Appendix C is very well supported in
the sense that you can publish it and expect to have very few UAs
misunderstand you. On the other hand, there are hardly any XHTML
conformant UAs about, which is what you are referring to, I assume.
[color=blue]
> I'd also suggest that using XSLT as a source is pretty poor, and if
> you're interested in doing this I'd really recommend keeping your
> content in a more semantically meaningful manner.[/color]
s/XSLT/XHTML/ right?
I mostly agree with you here, but in the context of Andy's example, it isn't
really applicable.
--
Jim Dabell
Jim Ley wrote:
[snip][color=blue]
> Yes, which means you can freely use that XHTML to generate HTML 4.01
> via simple XSLT's which you actually publish...[/color]
Where all you are doing is pulling content out of a database and straight
onto the page, the extra resources needed for XSLT can be hard to justify,
especially if the content isn't cachable.
[color=blue]
> The issue being that publishing XHTML isn't very well supported[/color]
It depends how you look at it. XHTML/Appendix C is very well supported in
the sense that you can publish it and expect to have very few UAs
misunderstand you. On the other hand, there are hardly any XHTML
conformant UAs about, which is what you are referring to, I assume.
[color=blue]
> I'd also suggest that using XSLT as a source is pretty poor, and if
> you're interested in doing this I'd really recommend keeping your
> content in a more semantically meaningful manner.[/color]
s/XSLT/XHTML/ right?
I mostly agree with you here, but in the context of Andy's example, it isn't
really applicable.
--
Jim Dabell
Comment