xsl-list
[Top] [All Lists]

Output Before DOCTYPE?

2005-12-07 12:58:00
Is there any way to specify that some content should preceed the
<!DOCTYPE> tag?

I need output like:

  <?php setcookie("test", "value", time() + 60); ?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <HTML>
  <HEAD>
  ...

The PHP setcookie() function MUST be called before any content is sent
to the client browser since it requires modifying headers.

Any suggestions?

Thanks,
Mike

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • Output Before DOCTYPE?, Michael B Allen <=