This is an automated email from the ASF dual-hosted git repository.

stevedlawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ed62f60  Fix tunable doc headings
ed62f60 is described below

commit ed62f60bd89cbfa8ca9ecea386af26598d3678e9
Author: Steve Lawrence <[email protected]>
AuthorDate: Thu Sep 3 09:24:28 2026 -0400

    Fix tunable doc headings
    
    DAFFODIL-3050
---
 site/tunables.md | 94 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

diff --git a/site/tunables.md b/site/tunables.md
index bfe2ca7..15ad7e3 100644
--- a/site/tunables.md
+++ b/site/tunables.md
@@ -31,7 +31,7 @@ Daffodil provides tunables as a way to change its behavior.
 Tunables are set by way of the ``tunables`` element in [config 
files](/configuration)
 or from the [cli](/cli) via the ``-T`` option.
 
-#### Config Example
+# Config Example
  ``` xml
  <daf:dfdlConfig
        xmlns:daf="urn:ogf:dfdl:2013:imp:daffodil.apache.org:2018:ext">
@@ -45,15 +45,15 @@ or from the [cli](/cli) via the ``-T`` option.
 
  The config file can then be passed into daffodil subcommands via the 
``-c|--config`` options.
 
-#### CLI Example
+# CLI Example
  ``` bash
  daffodil parse -s schema.xsd 
-TsuppressSchemaDefinitionWarnings="encodingErrorPolicyError" data.bin
  ```
 
 
-### Definitions
+# Definitions
 
-#### allowExpressionResultCoercion
+## allowExpressionResultCoercion
 Defines how Daffodil coerces expressions where the result type differs
 from the expected type. As an example, assume the expected type of an
 expression is an xs:string, but the expression is { 3 }. In this case, the
@@ -67,7 +67,7 @@ type.
 default: true
 
 
-#### allowExternalPathExpressions
+## allowExternalPathExpressions
 By default, path expressions in Daffodil will only work correctly if path
 steps are used in an expression defined in the schema when compiled. To
 enable the use of other expressions (e.g. during debugging, where not all
@@ -79,7 +79,7 @@ enabled when debugging is enabled.
 default: false
 
 
-#### allowLastUpStepToResolveToArray
+## allowLastUpStepToResolveToArray
 When .. (UpStep) is the last step in an expression, it should only ever return 
a single node,
 not an array. If true, allow this but issue a warning. If false, issue an SDE. 
Note, the value
 of true is deprecated, and it might be ignored in future versions.
@@ -87,21 +87,21 @@ of true is deprecated, and it might be ignored in future 
versions.
 default: true
 
 
-#### allowSignedIntegerLength1Bit
+## allowSignedIntegerLength1Bit
 When processing signed binary integers, which should have a length of at least 
2 bits, issue
 a warning if the length is less than 2 bits by default, otherwise (if false) 
issue a SDE or Processing Error.
 
 default: true
 
 
-#### blobChunkSizeInBytes
+## blobChunkSizeInBytes
 When reading/writing blob data, the maximum number of bytes to read/write
 at a time. This is also used when parsing xs:hexBinary data.
 
 default: 4096
 
 
-#### defaultEmptyElementParsePolicy
+## defaultEmptyElementParsePolicy
 Defines the default empty element parse policy to use if it is not defined
 in a schema. This is only used if requireEmptyElementParsePolicyProperty is
 false.
@@ -109,26 +109,26 @@ false.
 default: treatAsEmpty
 
 
-#### escalateWarningsToErrors
+## escalateWarningsToErrors
 This tunable allows the escalation of Schema Definition Warnings to Errors.
 
 default: false
 
 
-#### generatedNamespacePrefixStem
+## generatedNamespacePrefixStem
 Stem to use when generating a namespace prefix when one is not defined for
 the target naespace.
 
 default: tns
 
 
-#### initialElementOccurrencesHint
+## initialElementOccurrencesHint
 Initial array buffer size allocated for recurring elements/arrays.
 
 default: 10
 
 
-#### initialRegexMatchLimitInCharacters
+## initialRegexMatchLimitInCharacters
 Initial number of characters to match when performing regular expression
 matches on input data. When a regex fails to match, more data may be
 consumed up to the maximumRegexMatchLengthInCharacters tunable.
@@ -136,7 +136,7 @@ consumed up to the maximumRegexMatchLengthInCharacters 
tunable.
 default: 64
 
 
-#### infosetWalkerMode
+## infosetWalkerMode
 Daffodil can periodically walk the internal infoset to send events to the 
configured
 InfosetOutputter (streaming) or it can walk the internal infoset once at the 
end of
 parsing (nonStreaming). The default is "streaming", which keeps memory usage 
bounded
@@ -146,7 +146,7 @@ for large infosets. If you want potentially better 
performance, set this tunable
 default: streaming
 
 
-#### infosetWalkerSkipMin
+## infosetWalkerSkipMin
 If infosetWalkerMode is "streaming", Daffodil periodically walks the
 internal infoset to send events to the configured InfosetOutputter,
 skipping at least this number of walk attempts. Larger values
@@ -157,7 +157,7 @@ specifically for advanced testing behavior and should not 
need to be changed by
 default: 32
 
 
-#### infosetWalkerSkipMax
+## infosetWalkerSkipMax
 If infosetWalkerMode is "streaming", Daffodil periodically walks the internal
 infoset to send events to the configured InfosetOutputter. On walks where
 no progress is made, the number of walks to skip
@@ -170,14 +170,14 @@ specifically for advanced testing behavior and should not 
need to be changed by
 default: 2048
 
 
-#### infosetIncludeDataType
+## infosetIncludeDataType
 Whether or not to include the dataType infoset member when outputting an 
infoset. If
 and how this is represented in the infoset is up to InfosetOutputter 
implementations.
 
 default: false
 
 
-#### invalidRestrictionPolicy
+## invalidRestrictionPolicy
 DFDL only allows a subset of restrictions that XML Schema defines. For 
example, DFDL
 disallows the use of the xs:pattern restriction on simple types other than 
xs:string.
 This tunable configures this behavior to allow use of some of these 
restrictions. The
@@ -189,13 +189,13 @@ allowed values are:
 default: error
 
 
-#### maxBinaryDecimalVirtualPoint
+## maxBinaryDecimalVirtualPoint
 The largest allowed value of the dfdl:binaryDecimalVirtualPoint property.
 
 default: 200
 
 
-#### maxByteArrayOutputStreamBufferSizeInBytes
+## maxByteArrayOutputStreamBufferSizeInBytes
 When unparsing, this is the maximum size of the buffer that the
 ByteArrayOutputStream can grow to before switching to a file based
 output stream.
@@ -203,20 +203,20 @@ output stream.
 default: 2097152000
 
 
-#### maxDataDumpSizeInBytes
+## maxDataDumpSizeInBytes
 The maximum size of data to retrive when when getting data to display
 for debugging.
 
 default: 256
 
 
-#### maxHexBinaryLengthInBytes
+## maxHexBinaryLengthInBytes
 The maximum size allowed for an xs:hexBinary element.
 
 default: 1073741823
 
 
-#### maxLengthForVariableLengthDelimiterDisplay
+## maxLengthForVariableLengthDelimiterDisplay
 When unexpected text is found where a delimiter is expected, this is the 
maximum
 number of bytes (characters) to display when the expected delimiter is a 
variable
 length delimiter.
@@ -224,7 +224,7 @@ length delimiter.
 default: 10
 
 
-#### maxLookaheadFunctionBits
+## maxLookaheadFunctionBits
 Max distance that the DPath lookahead function is permitted to look.
 Distance is defined by the distance to the last bit accessed, and
 so it is offset+bitsize.
@@ -232,19 +232,19 @@ so it is offset+bitsize.
 default: 512
 
 
-#### maxOccursBounds
+## maxOccursBounds
 Maximum number of occurances of an array element.
 
 default: 2147483647
 
 
-#### maxSkipLengthInBytes
+## maxSkipLengthInBytes
 Maximum number of bytes allowed to skip in a skip region.
 
 default: 1024
 
 
-#### maxValidYear
+## maxValidYear
 Due to differences in the DFDL spec and ICU4J SimpleDateFormat, we must
 have SimpleDateFormat parse in lenient mode, which allows the year value
 to overflow with very large years into possibly negative years. This
@@ -253,26 +253,26 @@ tunable tunable sets an upper limit for values to prevent 
overflow.
 default: 9999
 
 
-#### maximumRegexMatchLengthInCharacters
+## maximumRegexMatchLengthInCharacters
 Maximum number of characters to match when performing regular expression
 matches on input data.
 
 default: 1048576
 
 
-#### maximumSimpleElementSizeInCharacters
+## maximumSimpleElementSizeInCharacters
 Maximum number of characters to parse when parsing string data.
 
 default: 1048576
 
 
-#### minBinaryDecimalVirtualPoint
+## minBinaryDecimalVirtualPoint
 The smallest allowed value of the dfdl:binaryDecimalVirtualPoint property.
 
 default: -200
 
 
-#### minValidYear
+## minValidYear
 Due to differences in the DFDL spec and ICU4J SimpleDateFormat, we must
 have SimpleDateFormat parse in lenient mode, which allows the year value
 to overflow with very large years into possibly negative years. This
@@ -281,14 +281,14 @@ tunable tunable sets an upper limit for values to prevent 
underflow.
 default: 0
 
 
-#### outputStreamChunkSizeInBytes
+## outputStreamChunkSizeInBytes
 When writing file data to the output stream during unparse, this
 is the maximum number of bytes to write at a time.
 
 default: 65536
 
 
-#### parseUnparsePolicy
+## parseUnparsePolicy
 Whether to compile a schema to support only parsing, only unparsing, both, or 
to
 use the daf:parseUnparsePolicy from the root node. All child elements of the 
root
 must have a compatable daf:parseUnaprsePolicy property.
@@ -296,7 +296,7 @@ must have a compatable daf:parseUnaprsePolicy property.
 default: fromRoot
 
 
-#### releaseUnneededInfoset
+## releaseUnneededInfoset
 Daffodil will periodically release internal infoset elements that it determines
 are no longer needed, thus freeing memory. Setting this value to false will
 prevent this from taking place. This should usually only be used while 
debugging
@@ -305,14 +305,14 @@ or with very specific tests.
 default: true
 
 
-#### requireBitOrderProperty
+## requireBitOrderProperty
 If true, require that the dfdl:bitOrder property is specified. If false, use a
 default value if the property is not defined in the schema.
 
 default: false
 
 
-#### requireEmptyElementParsePolicyProperty
+## requireEmptyElementParsePolicyProperty
 If true, require that the dfdl:emptyElementParsePolicy property is specified in
 the schema. If false, and not defined in the schema, uses the
 defaultEmptyElementParsePolicy as the value of emptyElementParsePolicy.
@@ -320,35 +320,35 @@ defaultEmptyElementParsePolicy as the value of 
emptyElementParsePolicy.
 default: false
 
 
-#### requireEncodingErrorPolicyProperty
+## requireEncodingErrorPolicyProperty
 If true, require that the dfdl:encodingErrorPolicy property is specified. If
 false, use a default value if the property is not defined in the schema.
 
 default: false
 
 
-#### requireFloatingProperty
+## requireFloatingProperty
 If true, require that the dfdl:floating property is specified. If
 false, use a default value if the property is not defined in the schema.
 
 default: false
 
 
-#### requireTextBidiProperty
+## requireTextBidiProperty
 If true, require that the dfdl:testBidi property is specified. If
 false, use a default value if the property is not defined in the schema.
 
 default: false
 
 
-#### requireTextStandardBaseProperty
+## requireTextStandardBaseProperty
 If true, require that the dfdl:textStandardBase property is specified. If false
 and the property is missing, behave as if the property is set to 10.
 
 default: false
 
 
-#### saxUnparseEventBatchSize
+## saxUnparseEventBatchSize
 Daffodil's SAX Unparse API allows events to be batched in memory to minimize 
the
 frequency of context switching between the SAXInfosetInputter thread that 
processes
 the events, and the DaffodilUnparseContentHandler thread that generates the 
events.
@@ -359,14 +359,14 @@ frequency of context switching, but increase the memory 
footprint.
 default: 100
 
 
-#### suppressSchemaDefinitionWarnings
+## suppressSchemaDefinitionWarnings
 Space-separated list of schema definition warnings that should be ignored,
 or "all" to ignore all warnings.
 
 default: emptyElementParsePolicyError
 
 
-#### tempFilePath
+## tempFilePath
 When unparsing, use this path to store temporary files that may be genrated.
 The default value (empty string) will result in the use of the java.io.tmpdir
 property being used as the path.
@@ -374,7 +374,7 @@ property being used as the path.
 default: This string is ignored. Default value is taken from java.io.tmpdir 
property
 
 
-#### unqualifiedPathStepPolicy
+## unqualifiedPathStepPolicy
 Defines how to lookup DFDL expression path steps that to not include a
 namespace prefix. Values are:
 - noNamespace: only match elements that do not have a namespace
@@ -385,7 +385,7 @@ if non are found, match elemnts that do not have a namespace
 default: noNamespace
 
 
-#### unparseSuspensionWaitOld
+## unparseSuspensionWaitOld
 While unparsing, some unparse actions require "suspending" which
 requires buffering unparse output until the suspension can be
 evaluated. Daffodil periodically attempts to reevaluate these
@@ -403,13 +403,13 @@ young and old suspensions, respectively.
 default: 100
 
 
-#### unparseSuspensionWaitYoung
+## unparseSuspensionWaitYoung
 See unparseSuspensionWaitOld
 
 default: 5
 
 
-### Deprecated
+# Deprecated
 - allowBigIntegerBits
 - defaultInitialRegexMatchLimitInChars
 - errorOnUnsupportedJavaVersion

Reply via email to