diff --git a/ptulsconv/xml/common.py b/ptulsconv/xml/common.py index 63f490f..b89d552 100644 --- a/ptulsconv/xml/common.py +++ b/ptulsconv/xml/common.py @@ -56,6 +56,7 @@ def fmp_dump(data, input_file_name, output, adr_field_map): xmlstr = tostring(docelem, encoding='unicode', method='xml') output.write(xmlstr) + xslt_path = os.path.join(pathlib.Path(__file__).parent.absolute(), 'xslt')