-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer use XML::Parser and XML::Parser::Lite, switch to XML::LibXML #88
Comments
In principle there is no reason against it, priority is very low however. |
|
for the cases where Kernel::System::XML is declared as a dependency, but not really is a dependency
…m_xml Issue #88 broken kernel system xml
as we are working with subtests now
…mentation Issue #88 more tests and documentation
Enhanced the documentation for Kernel::System::XML and added some tests. |
|
Issue #88: remove fallback to XML::Parser::Lite
|
Issue #88: added some explicit tests for XMLParse()
In Kernel/GenericInterface/Mapping/XSLT.pm there is an usage of |
Also remove XML::Parset as a dependency.
Note that eval returns result of the last expression in the evaluated block.
Set up the XML parser explicitly because XML::SAX::Expat would be used per default. But the goal is to consolidate to XML::LibXML.
Replaced all usages of XML::Parser that I found. The test suite looks fine. Closing this issue. |
For some reason both XML::LibXML and XML::Parser are used in OTOBO. I propose to standardise on XML::LibXML.
The text was updated successfully, but these errors were encountered: