From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-16 20:35:45
|
Hi Alex, > Interesting that the way you're doing this (parsing xml) > would enforce the use of xhtml throughout the system... Yes, the xml_parser* stuff requires this. > which I'm not sure people are comfortable with yet. > Of course it makes your html nice and clean, but I can > see that possibly screwing some people up. > Opinions on this? I like it, but we should not enforce this on users. > For _my_ projects this is fine, but I want to check with everyone > else :) For me it's also fine. But this should not be a must in the source files. Maybe this can be swichted off somehow with expat, (I'll have a look). If not we could provide a util that converts all html to xhtml during make (maybe something already exists out there) Andi |