hey guys I have gotten myself confused..
I have got it to feed in the xml to the hash table and I have 2 keys which is correct...however is there away to count the number of values to each key? as when i do a search I am always recieving nothing...I have even tried search to see if it even contains the word in the value but it returns false any help would be great.
CODE
HTML Code:
A visual picture of the out put for above code at the moment
Quote:
KeyWord: Technology
Common Word: Technological of Technology
Common Word: Tech of Technology
Common Word: Technology of Technology
KeyWord: Get
Common Word: Gets of Get
Common Word: Got of Get
Common Word: Gotten of Get
-----------------------------
Total Size of Hashtable
Number of Keys =2
-----------------------------
Users Word: Tech
Has Common Word:
|
Can you explain why this is happening as I am at a complete loss....I have checked there are keys in the hashtable but not sure about values as I am not sure how to output a hashtable so its viewable.
Thanks again for any help