AlvisNLP

corpus processing engine

XMLReader2

Synopsis

Deprecated alias for XMLReader .

Description

Snippet

<xmlreader2 class="XMLReader2">
    <source></source>
    <xslTransform></xslTransform>
</xmlreader2>

Mandatory parameters

source

Mandatory

UNDOCUMENTED

xslTransform

Mandatory

XSLT Stylesheet to apply on the input.

Optional parameters

constantAnnotationFeatures

Optional
Type: Mapping

Constant features to add to each annotation created by this module

constantDocumentFeatures

Optional
Type: Mapping

Constant features to add to each document created by this module

constantRelationFeatures

Optional
Type: Mapping

Constant features to add to each relation created by this module

constantSectionFeatures

Optional
Type: Mapping

Constant features to add to each section created by this module

constantTupleFeatures

Optional
Type: Mapping

Constant features to add to each tuple created by this module

stringParams

Optional
Type: Mapping

Parameters to pass to the XSLT Stylesheet specified by xslTransform .

html

Default value: `false`
Type: Boolean

Set to true if the input is HTML rather than XML.

rawTagNames

Default value: `false`
Type: Boolean

If true, do not convert tag names to upper case.

Deprecated parameters

sourcePath

Deprecated

Alias for source . Use source instead.