-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error in generation: lxml.etree.XMLSyntaxError: Start tag expected, '<' not found #17
Comments
hello everyone, I have the same mistake. |
Seems like a programming error in your code. You'll have to either double the backslash in your literal or use the r'\ZUGFeRD-invoice.xml' form. |
Hello, |
I have the same problem... |
I have the same problem :)) |
Hello, There is a sample of code: it seams that instead of using etree.fromstring(xml), use etree.parse(xml) I did that and it worked for me. Hope that helped. Cheers! |
works fine - thanks! |
Hi,
I've been trying to get the 'generate_facturx_from_file' to work. Beforehand I validated my XML file and it's fine. When running the below unfortuntately, no succcess:
The error I get is the following:
The files I use are attached (had to attach the xml as txt).
TEST.pdf
ZUGFeRD-invoice.txt
The text was updated successfully, but these errors were encountered: