Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Intermedia tag "<" problem
Hi,
You will have to change your input data and replace the "<" with "<".
This is one of the standard 5 XML entity references. Really you need to make
sure that you have no double quotes, single quotes, less than , greater than
or ampersands in your data and if you do replace then with the appropriate
entity reference:
& -> &
" -> " ' -> ' < -> < > -> >
Regards
Pete
-----Original Message-----
Sent: 28 March 2003 14:34
To: Multiple recipients of list ORACLE-L
Hi Gurus,
We are working with Intermedia Text 8.1.6. We created a intermedia index on a search field. We also created 2 sections in this field.
Table name : S01
Filed name : S01_search
Sections name : SY,MAN
Here is an example of data in this field: <SY>Cyane</SY><MAN>Phibro Energy *</MAN> This example works fine.
But we have a problem when there is a "<" character in the data.
Intermedia thinks it's a new tag and tries to find a
section but it cannot.
Exemple:
<SY>Cyane < 10 </SY><MAN>Phibro Energy *</MAN>
Question :
1- Should we do something with the "<" in our data ?
TIA
Luc
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Luc Demanche INET: luckyref_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Hitchman, Peter INET: peter.hitchman_at_derwent.co.uk Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Mar 28 2003 - 09:49:04 CST
![]() |
![]() |