Specifying Doctype Limiters to Distinguish Between Tags

Oracle8i release 8.1.5 and higher allow you to specify doctype limiters to distinguish between these tags across doctypes. Simply specify the doctype in parentheses before the tag as follows:

ctx_ddl.add_field_section(,mysg,/,email,/,email'); ctx_ddl.add_field_section(,mysg,/,address,/' (contact) address'); ctx_ddl.add_field_section(,mysg,/,email,/'(mail) address');

Now when the XML section group sees an address tag, it will index it as the address section when the document type is contact, or as the email section when the document type is mail.

0 0

Post a comment

  • Receive news updates via email from this site