Skip to content

Invalid Signature when i add a xmlns:xsi attribute #222

Open
@SeniorDev1122

Description

@SeniorDev1122

Verify is true when i use this root Element in xml.
var xml = builder.create('EnvioDTE', { encoding: 'ISO-8859-1' })
.att('version', '1.0')
.att('xmlns', 'http://www.sii.cl/SiiDte')

but not true when i use this root Element in xml
var xml = builder.create('EnvioDTE', { encoding: 'ISO-8859-1' })
.att('version', '1.0')
.att('xmlns', 'http://www.sii.cl/SiiDte')
.att('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
.att('xsi:schemaLocation', 'http://www.sii.cl/SiiDteEnvioDTE_v10.xsd');

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions