Updated xmldom dependency
This commit is contained in:
parent
fb41c6ce4e
commit
ccd5d689cc
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ function parse(source,defaultNSMapCopy,entityMap,domBuilder,errorHandler){
|
|||
var localNSMap = config.localNSMap;
|
||||
|
||||
if(config.tagName != tagName){
|
||||
errorHandler.fatalError("end tag name: "+tagName+' is not match the current start tagName:'+config.tagName );
|
||||
errorHandler.fatalError("end tag name: " + tagName + " does not match the current start tagName: "+config.tagName );
|
||||
}
|
||||
domBuilder.endElement(config.uri,config.localName,tagName);
|
||||
if(localNSMap){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue