Humble Trader

Friday, September 01, 2006

Get HTML - Table HTML_TAGS Specification

  • Name: HTML_TAGS
  • Description: A list of HTML tags and whether they are kept or discarded when pre-processing them for data extraction.
  • Columns:
    • Name: NAME
      • Description: Primary Key. Name of the tag.
      • Datatype: VARCHAR2(50)
      • Null: No
      • Unique: Yes.
      • Part of PK: Yes
    • Name: TREATMENT
      • Description: Type of treatment for the tag when pre-processing for data extraction. One of KEEP or DISCARD.
      • Datatype: VARCHAR2(7)
      • Null: No
      • Unique: No
      • Part of PK: No
    • Name: PAIRED
      • Description: Whether an opening tag must have a closing tag. One of Y or N.
      • Datatype: VARCHAR2(7)
      • Null: No
      • Unique: No
      • Part of PK: No

0 Comments:

Post a Comment

<< Home