| commit | 2817c9be6650caaca80f724ceed5f08fa7517d5c | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Jul 12 01:53:26 2025 +0000 |
| committer | GitHub <noreply@github.com> | Sat Jul 12 01:53:26 2025 +0000 |
| tree | 05eec1ca40269dfc608b1e9ef0e2f31467223c74 | |
| parent | 6c483184b01ebbed4e13e47842308b4d8358e8b4 [diff] |
Bump org.apache.commons:commons-lang3 from 3.7 to 3.18.0 Bumps org.apache.commons:commons-lang3 from 3.7 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This module is part of the Apache Sling project.
current settings and their default values
default SAX features are defined here http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html
| Feature ID | Default | Description |
|---|---|---|
http://www.ccil.org/~cowan/tagsoup/features/ignore-bogons | false | A value of true indicates that the parser will ignore unknown elements. |
http://www.ccil.org/~cowan/tagsoup/features/bogons-empty | false | A value of true indicates that the parser will give unknown elements a content model of EMPTY; a value of false, a content model of ANY. |
http://www.ccil.org/~cowan/tagsoup/features/root-bogons | true | A value of `true indicates that the parser will allow unknown elements to be the root of the output document. |
http://www.ccil.org/~cowan/tagsoup/features/default-attributes | true | A value of true indicates that the parser will return default attribute values for missing attributes that have default values. |
http://www.ccil.org/~cowan/tagsoup/features/translate-colons | false | A value of true indicates that the parser will translate colons into underscores in names. |
http://www.ccil.org/~cowan/tagsoup/features/restart-elements | true | A value of true indicates that the parser will attempt to restart the restartable elements. |
http://www.ccil.org/~cowan/tagsoup/features/ignorable-whitespace | false | A value of true indicates that the parser will transmit whitespace in element-only content via the SAX ignorableWhitespace callback. Normally this is not done, because HTML is an SGML application and SGML suppresses such whitespace. |
http://www.ccil.org/~cowan/tagsoup/features/cdata-elements | true | A value of true indicates that the parser will process the script and style elements (or any elements with type='cdata' in the TSSL schema) as SGML CDATA elements (that is, no markup is recognized except the matching end-tag). |