[
https://issues.apache.org/jira/browse/NIFI-9072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17498289#comment-17498289
]
ASF subversion and git services commented on NIFI-9072:
-------------------------------------------------------
Commit 4e3871fec751cfcccb3a34a724d338321e1e8067 in nifi's branch
refs/heads/main from markobean
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4e3871f ]
NIFI-9072: improvements to ValidateXML including validate XML in attr… (#5324)
NIFI-9072: Improvements to ValidateXML including validate XML in attributes and
non-schema, well-formed XML only validation, and additional documentation
- Updated description and added System Resource Consideration to discourage
using large XML documents in attributes
- Migrate from XML DocumentBuilderFactory to SafeXMLConfiguration
> Improvements to ValidateXML
> ----------------------------
>
> Key: NIFI-9072
> URL: https://issues.apache.org/jira/browse/NIFI-9072
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.14.0
> Reporter: Mark Bean
> Assignee: Mark Bean
> Priority: Major
> Time Spent: 5h 10m
> Remaining Estimate: 0h
>
> The ValidateXML processor can be improved by optionally allowing a flowfile
> attribute to be validated instead of only content. A new property, "XML
> Source Attribute" is added to the processor. When this property is not empty,
> it specifies the attribute name where the XML to be validated is located.
> This XML is the source for validation.
> In addition, sometimes an XML schema is not known and/or the user simply
> wants to validate the XML is well-formed. The existing property, "Schema
> File" should be optional. When it is not set, then only basic validation to
> ensure the XML is well-formed is performed.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)