libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit d623757cd0ea33d399966e6472fd185d758f668f
parent 2fd2cbb28fc727b58a83672b093dd7ec2e7858c1
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  7 Oct 2019 15:57:26 +0200

Exclude DTD definition.

Diffstat:
Msrc/main/resources/xmldsig-core-schema.xsd | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/xmldsig-core-schema.xsd b/src/main/resources/xmldsig-core-schema.xsd @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE schema +<!-- !DOCTYPE schema PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "XMLSchema.dtd" [ <!ATTLIST schema @@ -7,7 +7,7 @@ <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'> <!ENTITY % p ''> <!ENTITY % s ''> - ]> + ] --> <!-- Schema for XML Signatures http://www.w3.org/2000/09/xmldsig#