Hi Stefan, I realize that my patch is not a long term solution to the issue I just did that to make sure that was the root cause of the issue. We are using the library to compare two xml files so we would need a mechanism to allow us to specify the transform factory in the DefaultComparisonFormatter. Please let me know how you would like to proceed. Jim From: Stefan Bodewig bodewig@users.sourceforge.net Sent: Tuesday, July 28, 2020 7:41 AM To: [xmlunit:discussion] 73274@discussion.xmlunit.p.re.sourceforge.net...
To whom it may concern, We are attempting to use the xmlunit-core library methods in an OSGi application. At runtime, we ran into a situation where the TransformerFactory class was not being resolved. I have included below an explaination of a modification to the xml unit code that we used to address this issue. We are wondering if there is an existing mechanim to address OSGI loading? If not, is there any interest in developing a feature so that we do not have to maintain a separate library with...