Home » Server Options » Text & interMedia » Html sectioning and CONTAINS query
Html sectioning and CONTAINS query [message #285175] Mon, 03 December 2007 17:02 Go to previous message
drimades
Messages: 13
Registered: June 2007
Junior Member
I have:

DECLARE
2 content CLOB;
3 uri httpuritype;
4 BEGIN
5 uri := httpuritype.createUri('http://www.google.com');
6 content := uri.getClob();
7 END;


the field of the table authors in this case is uri and is declared as httpuritype

how can I use HTML_SECTION_GROUP or something similar to section the html text that I have in content in the sections TITLE, HEADING, BODY, etc. so to perform CONTAINS queries like ... WHERE CONTAINS(TITLE, StringToFind) etc.?
 
Read Message
Read Message
Read Message
Previous Topic: Escape OT key words?
Next Topic: contains query
Goto Forum:
  


Current Time: Fri Mar 29 03:11:38 CDT 2024