<!--
#### Definitions of SGML useful tags in VOTABLE (XML)
#### File to be processed by sgml2 into TAB-SEPARATED-VALUE
#<ASTRO>=${^}#ASTRO(${ID})${...} 

#NOTE: The following basic keys are used:
#${}          = name of current tag
#${^}         = be sure to be at left margin
#${...}       = get input until end of tag
#${.ignore}   = just forget what comes (until end-of-tag)
#${.save}     = save in specified variable (until end-of-tag)
#<VALUES>=${^}#---List of ${type} values:${.gobble}${...}
#----------------------------------------------------------->
<DEF SORTED -- Sorted (case insensitive) Definitions>
&Epsi;={Epsilon}
&Upsi;={Upsilon}
&angl0;=<
&angr0;=>
&angst;={AA}
&ap;={approx}
&arcmin;='
&arcsec;="
&d2;={dot}
&d3;={ddot}
&epsi;={epsilon}
&epsis;={epsilon}
&farcm;='.
&farcs;=".
&fdg;={deg}.
&fm;=^m^.
&j0;=o
&larr;=<--
&odot;={sun}
&parl0;(
&parr0;)
&phis;={phi}
&phiv;={phi}
&prime;='
&prop;={prop.to}
&rarr;=-->
&sime;==~
&solm0;=M
&sqbl0;=[
&sqbr0;=]
&thetas;={theta}
&thetav;={theta}
&thinsp;=
&upsi;={upsilon}
&vbm0;=|
<COOSYS>=${^}#Coosys	${ID}:	${system} ${equinox} ${...}
<CSV>=${...}
<DATA>=${^}${...}${\n}
<DEFINITIONS>=${^}#${...}
<DESCRIPTION>=${.obeyline #}${...}${.gobble}
<FIELD>=${^}#Column	${name}	(${.fitsDISP})	${.gobble}${...}	[ucd=${ucd}]${.gobble}
<GROUP>=${.ignore}${...}
<INFO>=${^}#INFO	${name}=${value}	${.obeyline #}${...}
<LINK>= (link)
<NAME>=${^}#Name: ${...}
<OPTION>=${^}#...${\t}${value}
<PARAM>=${^}#Param.	${name}=${value}	(${.fitsDISP})	[ucd=${ucd}]	${.obeyline #}${...}
<RESOURCE>=${^}${\n}#RESOURCE=${ID}${ref}${\n}#Name: ${name}${\n}#Title: ${.gobble}${...}
<TABLE>=${^}#Table	${ID}:${ref}${\n}#Name: ${name}${\n}#Title: ${.gobble}${...}
<TABLEDATA>=${...}
<TITLE>=${^}#Title:	${...}
<VALUES>=${.ignore}${.gobble}${...}
<VOTABLE>=${^}#${...}
