The standard search results has font tags and other tags that conflict with css. We don't use these font and other tags, just css. Do you have a search results script that does not have these tags?
I'm trying to change the search results to be valid XMTML. I've gotten quite far. However, when I click on "Match Info", it goes into a part of the search script that has me stumped.
Seems like the output is coming from the context function. I am trying to change <B> to <strong>, etc. I've done this elsewhere using the sandr function, but it's not working. Seems like $Title and $Description, etc. don't have html tags in them. How do I change the html?
The <mm>...</mm> causes everything displayed between the to get marked up with the fmtcp query settings. You can either get rid of those and <strfmt> & <sandr> each item individually. Or you could <capture> the whole thing as is and <sandr> that.