ChildMetadataAttribute
The name of an attribute to extract information from. If you set this parameter, Web Connector extracts the value of the named attribute on the element(s) selected by the corresponding ChildMetadataSelector numbered parameter, instead of extracting the content of the selected element(s). The attribute value is added to the document field specified by the corresponding ChildMetadataFieldName numbered parameter.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | ChildMetadataSelector0=p.important ChildMetadataAttribute0=title ChildMetadataFieldName0=TITLE This example matches the following elements in the HTML... <p class="important" title="the title">This is some text</p> <p class="important" title="another title">Some more text</p> ...and produces the following metadata fields in the child document: #DREFIELD TITLE="the title" #DREFIELD TITLE="another title" |
See Also: |