You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
343 B
13 lines
343 B
import xml_parser.create_xml as create_xml
|
|
import xml_parser.read_xml as read_xml
|
|
import xml_parser.validate as validate
|
|
|
|
|
|
# file_path = create_xml.create_xml_file({},{})
|
|
|
|
# print(file_path)
|
|
|
|
validate.validate_all_xml_files()
|
|
|
|
# book_dict = read_xml.parse_xml_file('/Users/pavanmandava/PythonWorkspace/bitext-aligner/xml_files/abcdef_en.xml')
|