Is it possible to use the empty string "" as an option in the list of valid values for an attribute. For example:
<!ELEMENT ACCOUNT_PURGE EMPTY>
<!ATTLIST ACCOUNT_PURGE
value (K|X|""
#IMPLIED>
If this approach will not work, is there another solution?
Paul Thomas
<!ELEMENT ACCOUNT_PURGE EMPTY>
<!ATTLIST ACCOUNT_PURGE
value (K|X|""
If this approach will not work, is there another solution?
Paul Thomas