RE: ID and tag value uniqueness, how?

Ronald Bourret (rbourret@ito.tu-darmstadt.de)
Thu, 29 Oct 1998 10:39:48 +0100


Glenn R. Kronschnabl wrote

> I want each action item to have a *unique* number that can
> automatically be validated during the parser process.

The other thing to consider is whether the parser will even enforce =
uniqueness. This is a validity constraint, and lots of parsers don't =
enforce validity. So your choice is either to always use a known, =
validating parser or write the enforcement code yourself.

-- Ron Bourret