Skip to content

Commit 2d787cc

Browse files
committed
s1kd-brexcheck: Update docs
1 parent cd30d68 commit 2d787cc

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

tools/s1kd-brexcheck/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ removed.
118118
--version
119119
Show version information.
120120

121-
--xpath2
122-
Enable experimental XPath 2.0 functions.
123-
124121
In addition, the following options enable features of the XML parser
125122
that are disabled as a precaution by default:
126123

@@ -272,9 +269,7 @@ XPath support
272269
-------------
273270

274271
The s1kd-brexcheck tool only fully supports XPath 1.0 expressions, with
275-
partial support for EXSLT and XPath 2.0 functions. The XPath 2.0
276-
function support is considered experimental, and must be enabled with
277-
the --xpath2 option.
272+
partial support for EXSLT functions.
278273

279274
If the XPath given for the `<objectPath>` of a rule is invalid, the rule
280275
will be ignored when validating objects. A warning will be printed to

tools/s1kd-brexcheck/doc/DMC-S1KDTOOLS-A-04-00-00-00A-040A-D_EN-CA.XML

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<dmIdent>
77
<dmCode modelIdentCode="S1KDTOOLS" systemDiffCode="A" systemCode="04" subSystemCode="0" subSubSystemCode="0" assyCode="00" disassyCode="00" disassyCodeVariant="A" infoCode="040" infoCodeVariant="A" itemLocationCode="D"/>
88
<language languageIsoCode="en" countryIsoCode="CA"/>
9-
<issueInfo issueNumber="037" inWork="03"/>
9+
<issueInfo issueNumber="037" inWork="04"/>
1010
</dmIdent>
1111
<dmAddressItems>
12-
<issueDate year="2020" month="06" day="26"/>
12+
<issueDate year="2020" month="06" day="28"/>
1313
<dmTitle>
1414
<techName>s1kd-brexcheck(1) | s1kd-tools</techName>
1515
</dmTitle>
@@ -42,7 +42,7 @@
4242
<simplePara>Change handling of rules with invalid XPath expressions.</simplePara>
4343
</reasonForUpdate>
4444
<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>
4646
</reasonForUpdate>
4747
</dmStatus>
4848
</identAndStatusSection>
@@ -218,12 +218,6 @@
218218
<para>Show version information.</para>
219219
</listItemDefinition>
220220
</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>
227221
</definitionList>
228222
</para>
229223
<para>In addition, the following options enable features of the XML parser that are disabled as a precaution by default:</para>
@@ -365,7 +359,7 @@
365359
</levelledPara>
366360
<levelledPara changeMark="1" changeType="add" reasonForUpdateRefIds="rfu-0001 rfu-0002">
367361
<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>
369363
<para>If the XPath given for the <verbatimText verbatimStyle="vs12">&lt;objectPath&gt;</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">&lt;xpathError&gt;</verbatimText> element for each error.</para>
370364
</levelledPara>
371365
</levelledPara>

tools/s1kd-brexcheck/doc/s1kd-brexcheck.1

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 2.3.1
22
.\"
3-
.TH "s1kd\-brexcheck" "1" "2020\-06\-26" "" "s1kd\-tools"
3+
.TH "s1kd\-brexcheck" "1" "2020\-06\-28" "" "s1kd\-tools"
44
.hy
55
.SH NAME
66
.PP
@@ -173,11 +173,6 @@ removed.
173173
Show version information.
174174
.RS
175175
.RE
176-
.TP
177-
.B \-\-xpath2
178-
Enable experimental XPath 2.0 functions.
179-
.RS
180-
.RE
181176
.PP
182177
In addition, the following options enable features of the XML parser
183178
that are disabled as a precaution by default:
@@ -370,9 +365,7 @@ is in the \f[C]"single"\f[] notation.
370365
.SS XPath support
371366
.PP
372367
The s1kd\-brexcheck tool only fully supports XPath 1.0 expressions, with
373-
partial support for EXSLT and XPath 2.0 functions.
374-
The XPath 2.0 function support is considered experimental, and must be
375-
enabled with the \-\-xpath2 option.
368+
partial support for EXSLT functions.
376369
.PP
377370
If the XPath given for the \f[C]<objectPath>\f[] of a rule is invalid,
378371
the rule will be ignored when validating objects.

0 commit comments

Comments
 (0)