RE: Intermedia tag "<" problem

2003-03-28 Thread Hitchman, Peter
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:
CyanePhibro Energy  *
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:
Cyane < 10 Phibro Energy  *

Question :  
1- Should we do something with the "<" in our data ?

TIA 
Luc



=
Luc Demanche
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Luc Demanche
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: Intermedia tag "<" problem

2003-03-28 Thread Luc Demanche

Thank you Peter and Jan.

Luc
--- "Hitchman, Peter" <[EMAIL PROTECTED]>
wrote:
> 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:
> CyanePhibro Energy  *
> 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:
> Cyane < 10 Phibro Energy  *
> 
> Question :  
> 1- Should we do something with the "<" in our data ?
> 
> TIA 
> Luc
> 
> 
> 
> =
> Luc Demanche
> [EMAIL PROTECTED]
> 
> __
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness,
> live on your desktop!
> http://platinum.yahoo.com
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.net
> -- 
> Author: Luc Demanche
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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).
> 


=
Luc Demanche
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Luc Demanche
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).