documentation
documentation copied to clipboard
Refactor. XMLParser changed as parseXML.
In this PR changed the parseXML Instead of XMLParser.
While using the XMLParser , we may face the " TypeError: Class extends value undefined is not a constructor or null"
Instead of using the ~XMLParser~ , we can use parseXML to avoid the TypeError in OWL.
