Brien Hodges
Member since Mar 12, 2009
- Profile: /members/3086-brien-hodges.htm
- Comments: 2
Recent Blog Comments By Brien Hodges
-
Applying Flattened CSS To XHTML For Use In Remote Environments
Posted on Mar 12, 2009 at 3:00 PM
Hey Ben, Yeah it is a similar, looks like the main difference between the XML in CF and PHP is that in PHP they can turn the strict Error Checking off to handle the HTML better than CF. Instead of using the ColdFusion XML parser, have you thought about using an HTML parser? I tried using Jerich... read more »
-
Applying Flattened CSS To XHTML For Use In Remote Environments
Posted on Mar 12, 2009 at 1:57 PM
It is a nice concept.. but it fails way to easily since HTML standards to not follow XML standard. Just adding a NOWRAP to the table or a BR tag causes the entire thing to die. There is a really nice PHP utility called emogrifier( http://www.pelagodesign.com/sidecar/emogrifier/ ) that will take a... read more »