If the user selects the option Without namespaces, then we need to package the information about validation in a txt file and provide a download link. Which means that after the transformation is complete, in addition to the file download link, we also need to have a link for the validation log file.
This is the output of the mapper.Transform function:
[2022-04-26 11:46:51,064] [INFO] Calling relaxNg.validate.
[2022-04-26 11:46:51,065] [INFO] Relax-NG validation failed:
<string>:1:0:ERROR:RELAXNGV:RELAXNG_ERR_NOELEM: Expecting an element sense, got nothing
<string>:1:0:ERROR:RELAXNGV:RELAXNG_ERR_CONTENTVALID: Element body failed to validate content
@LukeItUp, can you prepare the backend function?
If the user selects the option
Without namespaces, then we need to package the information about validation in a txt file and provide a download link. Which means that after the transformation is complete, in addition to the file download link, we also need to have a link for the validation log file.This is the output of the
mapper.Transformfunction:@LukeItUp, can you prepare the backend function?