Skip to content

Commit a7ee97a

Browse files
committed
Removed XSD verification due to licence issues #78 (#79)
1 parent 56a8307 commit a7ee97a

3 files changed

Lines changed: 0 additions & 515 deletions

File tree

src/libdbcppp/KCD2Network.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <libxmlmm.h>
99

10-
#include "KcdXsd.h"
1110
#include "../../include/dbcppp/Network.h"
1211

1312
using namespace dbcppp;
@@ -43,7 +42,6 @@ class KCD
4342
{
4443
xml::Document doc;
4544
doc.read_from_stream(is);
46-
doc.validate(g_kcd_xsd, (int)strlen(g_kcd_xsd));
4745
parseNetworkDefinition(doc.get_root_element());
4846
auto nodes = parseNodes(doc.get_root_element());
4947
_networks = std::move(parseNetworks(doc.get_root_element(), nodes));

0 commit comments

Comments
 (0)