Seems like it should work. Not sure why it isn't. I'll look into it.
> On Nov 19, 2017, at 1:10 PM, [email protected] wrote: > > > > My plan_b.html.pm > ---- > #lang pollen > ◊as-cdata{567} > ---- > > My pollen.rkt > ---- > #lang racket/base > (require pollen/tag) > (require pollen/decode) > (require txexpr) > (require xml) > (require racket/list) > (provide (all-defined-out)) > > (define (as-cdata string) > (cdata #f #f string)) > ---- > > My template.html > ---- > <html><body> > ◊(->html ◊doc) > </body></html> > ---- -- You received this message because you are subscribed to the Google Groups "Pollen" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
