Click to See Complete Forum and Search --> : Can I give then default value at a attribute?


alan_doh
May 11th, 2001, 04:03 AM
Dear all,
How I can give the default value at attribute like

alan
2001/4/20

Astel
June 14th, 2001, 06:32 AM
Yes! just see the bellow code...

<!ATTLIST document
group (Infosys|project|department) "Infosys"
phase (requirements|analysis|design|coding|testing|maintenance) "analysis"
templatename CDATA #REQUIRED

good luck.

(Good Luck Any Time)