Open cksanjose opened 8 years ago
When an xml file contains an empty node, the parser returns an exception. The empty node that it can't handle is <p /> I configured to X2JS to use emptyNodeForm : "text" but the parser is still returning an exception.
<p />
When an xml file contains an empty node, the parser returns an exception. The empty node that it can't handle is
<p />
I configured to X2JS to use emptyNodeForm : "text" but the parser is still returning an exception.