phrocker commented on issue #624: CEM-462 CEM-417 Fixed. URL: https://github.com/apache/nifi-minifi-cpp/pull/624#issuecomment-525279121 @arpadboda and @am-c-p-p I submitted a PR that moved toward pugixml. This allows us to move away from windows specific XML parsing ( though the PR introduces it only in consume-windows-eventlog we could eventually bring it to the main package when it is needed ) to something that is a bit safer and avoids the need for the pointer management. @am-c-p-p I suggest you take a look at that PR as it solves this issue a bit differently while also allowing us to more easily edit the XML document in place. CWEL should resolve metadata as windows does, so the bug and the necessity of the feature suggest we will need a more robust XML parser and editor.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
