investigate problem with search within video
MC noted that the search within one transcript (i.e. search tab) wasn't working properly.
With Dwayn Loisir (aslf1), there is something about the data that is causing major problems: javascript errors reported by the page, the xml is wrongly structured and missing text. The data in the source xml file seems OK and validates against the rng file, but it must contain apostrophes or some character that is causing the xml parser in ajax_search.php big problems.
With Antoine (secf2), the timesstamps appear OK, but in the popup text boxes, the html entity for the apostrophe (') is not rendered as the apostrophe character. This is a problem that I've seen before and one I thought I'd already fixed, but obviously not.
Tomorrow I'll test a couple more data files and see if there are any other kinds of problems. Assuming no additional issues, I'll work on the "Antoine" problem first, then the Dwayn problem.