[plt-scheme] HTML: how to get structure name?

From: Veer (diggerrrrr at gmail.com)
Date: Sat Apr 25 14:35:43 EDT 2009

Hello,

Is it possible to get the name of html structures as symbol?
For example :

(require html)
(define a-input (make-input empty))

>From a-input i need to get symbol  'input .


Posted on the users mailing list.