Skip to content
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

0 4 3 #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions bin/XmlValidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@ def validate_against_schema(schema_text, xml_text):
print(exc_info())
return (str(e) + '\n' + str(exc_info()))


def parse_args():
parser = argparse.ArgumentParser()
parser.add_argument("-xml", "--xml", help="Path to the XML file", required=True, type=str)
parser.add_argument("-xsd", "--xsd", help="Path to the XSD Schema file", required=True, type=str)
args = parser.parse_args()
return args


def read_file(file_name):
with open(file_name, 'r') as input_file:
file_text = input_file.read()
return file_text


def main():
args = parse_args()

Expand Down
Binary file added notes/HAML.WorkingGroup.2024.12.12.pptx
Binary file not shown.
Loading