Ednaldo Batista Barreto
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pytrustnfe/xml/validate.py
|
|
|
@ -8,7 +8,7 @@ from lxml import etree |
|
|
|
|
|
|
|
PATH = os.path.dirname(os.path.abspath(__file__)) |
|
|
|
SCHEMA = os.path.join(PATH, 'schemas/enviNFe_v4.00.xsd') |
|
|
|
SCHEMA_DFE = os.path.join(PATH, 'schemas/enviNFe_v4.00.xsd') |
|
|
|
SCHEMA_DFE = os.path.join(PATH, 'schemas/distDFeInt_v1.01.xsd') |
|
|
|
|
|
|
|
|
|
|
|
def valida_nfe(xml_nfe, schema=SCHEMA): |
|
|
|
|