[Webit-discuss] (h4:html ...) is procedure... why?
Status: Alpha
Brought to you by:
benderjg
|
From: Paulo J. M. <poc...@gm...> - 2006-05-09 20:03:35
|
Hi all,
I'm creating some webpages using Webit!, but something wierd is happening:
(let ([xml-node-page
(h4:html
(h4:head
(h4:title page-title))
(h4:body
(h4:div
page-title
(h4:table h4:width: "100%"
(h4:tr
(h4:td h4:width: "20%"
((stylesheet->expander navbar-stylesheet) navbar))
(h4:td h4:width: "80%"
((stylesheet->expander
stylesheet) page-item)))))))])
(write-xml xml-node-page))
is giving me this error (on PLT-Scheme 301.12):
write-xml: unknown datatype, given #<procedure:cntr>
How is this possible?
(write-xml (h4:html)) works ok!
Any ideas?
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
|