From: Peter C. <Pet...@me...> - 2006-03-13 13:58:47
|
> From: Colin Tatham > I think there are two possible approaches: >=20 > 1. Use regular expressions to find possible matches of the=20 > search term=20 > in the identical_table Hashtable keys, or >=20 > 2. Execute an SQL query with wildcards on the table that contains the=20 > tokens. 3. Bite the bullet, throw away the homebrew XML repository and use somebody else's work. My candidate would be eXist, which has much of this functionality already built in to XQuery. - Peter |