|
6 | 6 | <dmIdent>
|
7 | 7 | <dmCode modelIdentCode="S1KDTOOLS" systemDiffCode="A" systemCode="04" subSystemCode="0" subSubSystemCode="0" assyCode="00" disassyCode="00" disassyCodeVariant="A" infoCode="040" infoCodeVariant="A" itemLocationCode="D"/>
|
8 | 8 | <language languageIsoCode="en" countryIsoCode="CA"/>
|
9 |
| - <issueInfo issueNumber="037" inWork="03"/> |
| 9 | + <issueInfo issueNumber="037" inWork="04"/> |
10 | 10 | </dmIdent>
|
11 | 11 | <dmAddressItems>
|
12 |
| - <issueDate year="2020" month="06" day="26"/> |
| 12 | + <issueDate year="2020" month="06" day="28"/> |
13 | 13 | <dmTitle>
|
14 | 14 | <techName>s1kd-brexcheck(1) | s1kd-tools</techName>
|
15 | 15 | </dmTitle>
|
|
42 | 42 | <simplePara>Change handling of rules with invalid XPath expressions.</simplePara>
|
43 | 43 | </reasonForUpdate>
|
44 | 44 | <reasonForUpdate id="rfu-0002" updateHighlight="1" updateReasonType="urt02">
|
45 |
| - <simplePara>Add partial EXSLT and experimental XPath 2.0 support.</simplePara> |
| 45 | + <simplePara>Add partial EXSLT function support.</simplePara> |
46 | 46 | </reasonForUpdate>
|
47 | 47 | </dmStatus>
|
48 | 48 | </identAndStatusSection>
|
|
218 | 218 | <para>Show version information.</para>
|
219 | 219 | </listItemDefinition>
|
220 | 220 | </definitionListItem>
|
221 |
| - <definitionListItem changeMark="1" changeType="add" reasonForUpdateRefIds="rfu-0002"> |
222 |
| - <listItemTerm>--xpath2</listItemTerm> |
223 |
| - <listItemDefinition> |
224 |
| - <para>Enable experimental XPath 2.0 functions.</para> |
225 |
| - </listItemDefinition> |
226 |
| - </definitionListItem> |
227 | 221 | </definitionList>
|
228 | 222 | </para>
|
229 | 223 | <para>In addition, the following options enable features of the XML parser that are disabled as a precaution by default:</para>
|
|
365 | 359 | </levelledPara>
|
366 | 360 | <levelledPara changeMark="1" changeType="add" reasonForUpdateRefIds="rfu-0001 rfu-0002">
|
367 | 361 | <title>XPath support</title>
|
368 |
| - <para>The s1kd-brexcheck tool only fully supports XPath 1.0 expressions, with partial support for EXSLT and XPath 2.0 functions. The XPath 2.0 function support is considered experimental, and must be enabled with the --xpath2 option.</para> |
| 362 | + <para>The s1kd-brexcheck tool only fully supports XPath 1.0 expressions, with partial support for EXSLT functions.</para> |
369 | 363 | <para>If the XPath given for the <verbatimText verbatimStyle="vs12"><objectPath></verbatimText> of a rule is invalid, the rule will be ignored when validating objects. A warning will be printed to stderr, and the XML report will contain an <verbatimText verbatimStyle="vs12"><xpathError></verbatimText> element for each error.</para>
|
370 | 364 | </levelledPara>
|
371 | 365 | </levelledPara>
|
|
0 commit comments