commit | 094eb783b85c7af5459f5766ec53494701aebf78 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Mon Oct 28 17:48:53 2024 +0100 |
committer | Robert Munteanu <rombert@apache.org> | Mon Oct 28 18:06:22 2024 +0100 |
tree | 0e40e5b2faa5af7d16151f3346d1f41467cce207 | |
parent | 7481cad4a4ab0908e37698cacfb3cbe2603a0536 [diff] |
SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org
This module is part of the Apache Sling project.
The Apache Sling Content Parser for XML provides support for parsing XML files into Apache Sling resource trees, by implementing the API provided by the org.apache.sling.contentparser.api
bundle.
To obtain a reference to the XML content parser just filter on the ContentParser.SERVICE_PROPERTY_CONTENT_TYPE
service registration property:
@Reference(target = "(" + ContentParser.SERVICE_PROPERTY_CONTENT_TYPE + "=xml)") private ContentParser xmlParser;