Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
},        {
            "entities": [
                {
                    "creationCriteriaScript": "$FUNC( isOrganizationSpecified(); )",
                    "dimension": "Who",
                    "disambiguated_name": "$metadata.organization",
                    "type": "Organization",
                    "useDocGeo": false
                },

 

 

IN PROGRESS-requires a new example in the source gallery

 

...

Xpath

Neither regex nor javascript are well suited for extracting fields from HTML and XML (particularly since the current Javascript engine, the Java version of Rhino, does not support DOM).

...