[doc] Update working with properties

Refs #736
This commit is contained in:
Andreas Dangel
2017-11-27 20:48:38 +01:00
parent 8eb5170b31
commit 7976170300

View File

@ -181,9 +181,6 @@ You can then use the property in XPath with the syntax `$propertyName`, for exam
#### Multivalued properties
{%include important.html content="The features described in this section are planned to be released with PMD 6.1.0. Previous versions of PMD don't support multivalued properties for XPath rules." %}
Multivalued properties are also allowed and their `type` attribute has the form `List[Boolean]` or `List[Character]`, with every above type allowed (except `File`). These properties **require XPath 2.0** to work properly, and make use of the **sequence datatype** provided by that language. You thus need to set the `version` property to `2.0` to use them. Properties can also declare the `delimiter` attribute.