I need to convert the bible text to XML Balanced Tree Index.
First you have to convert each lines to XML.
example:
1 text on the first line
2 text on the 2nd line
3 text on the 3rd line
4 text on the 4th line
5 text on the 5th line
6 text on the 6th line
7 text on the 7th line
for the whole bible text,
Then you have create index XML
should look like "aaron"




122 // these are the line which contain the word aaron when yo search the word "aaron"
132 // these are the line which contain the word aaron
3222 // these are the line which contain the word aaron

"the bible txt"
http://www.2shared.c...V1611Bible.html
"Exclude word when you search"
http://www.2shared.c...x9/exclude.html

The code i created is not complete!!!!
Any One Knows how to do it!!!!