You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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');
The text was updated successfully, but these errors were encountered: