dom :: XMLSpecialTag :: defaultinit
# A Special Tag (starts with !) # # TODO: Support the remaining ! tags class XMLSpecialTag super XMLTag redef fun to_s do return "<!{tag_name}>" end