Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> intermedia text markup
Hi Folks
I am facing some kind of inconvenience because of the intermedia text
markup; currently in our system; the procedure is like the following
for using intermedia text markup;
we have xml tagged data in a table & that will be searched & marked up
by ctxsys.markup & presented in the html page; the inconvenience is
markup kind of breaks up the html; for example
if i have a link bbc in my data and the searched term was bbc; assume the markup puts <b></b> around the searched term; the html page output looks like <a href="http://www.<b>bbc</b>.co.uk"><b>bbc</b></a>
ofcourse the link doesnt work because <b></b> in the href attribute;
Is there a work around?!( i am planning to use javascript! and i also looked at stopwords in intermedia but it doesnt help much because most of my data are dynamic & hence i cant know it beforehand)
PS: I am not an expert in intermedia(which must be obvious by now); so please dont give me threats if my question was pretty basic or senseless!
Regards
ARR
Received on Sun Mar 19 2006 - 15:41:49 CST
![]() |
![]() |