Hi Kriangkrai,
> that, we can generate files easily, e.g.
>
> (out "t.html" (prin {$<html><body
> style="background-color:#EEE">...<div
> class="xxx">...</div>...</body></html>$}))
you can try @lib/html.l or @lib/xml.l to achieve that better:
(out "t.html"
(<xml> NIL
(<xml> html
(<xml> body style "background-color:#EEE"
...
(<xml> div class "xxx" ...)
... ) ) ) )
Cheers,
Tomas
--
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
