Facebook Application

Fairlight fairlite at fairlite.com
Wed Dec 16 07:10:32 PST 2009


Four score and seven years--eh, screw that!
At about Wed, Dec 16, 2009 at 01:06:38PM +0000,
mtauber19 at comcast.net blabbed on about:
> I am working on a facebook application using fpcgi. I need the first two lines of the html document rendered by the fpcgi program to be 
> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.wzhu.devrs002.facebook.com/2008/fbml"> 
> 
> When I use the filepro command: 
> 
> html "1" :CR @pw{".htm" :TI "Title" 
> 
> The page that is rendered has the html tag rendered as 
> <html> 
> 
> I would appreciate any suggestions to resolve this. 

Rntirely give up on fP's HTML pseudo-markup language.  At -best-, it's HTML
3.2, and even then it's not complete.

Use open/writeline/close and just output the correct code at the low level
as you assemble it.

mark->
-- 
Audio panton, cogito singularis,


More information about the Filepro-list mailing list