Fixed xsi:schemaLocation to use whitespace to separate members of the pair.
This commit is contained in:
parent
e403be0b12
commit
579313ab07
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
"xmlns=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/IF_TNCCS#\" " \
|
||||
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " \
|
||||
"xsi:schemaLocation=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/" \
|
||||
"IF_TNCCS#https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
|
||||
"IF_TNCCS# https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
|
||||
#define IF_TNCCS_END "\n</TNCCS-Batch>"
|
||||
|
||||
/* TNC IF-IMC */
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"xmlns=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/IF_TNCCS#\" " \
|
||||
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " \
|
||||
"xsi:schemaLocation=\"http://www.trustedcomputinggroup.org/IWG/TNC/1_0/" \
|
||||
"IF_TNCCS#https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
|
||||
"IF_TNCCS# https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
|
||||
#define IF_TNCCS_END "\n</TNCCS-Batch>"
|
||||
|
||||
/* TNC IF-IMV */
|
||||
|
|
Loading…
Reference in a new issue