I don't see any way to include a DOCTYPE declaration in an xexpr?

(define (start req)
  (response/xexpr
   "<!DOCTYPE html>"
   `(html (head (title "Hello world!"))
          (body (p "Hey out there!")))))

(except of course that doesn't work : )

Shalom,
Jordan

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to