You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?><message:StructureSpecificDataxmlns:message="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message"xmlns:common="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:data="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/data/structurespecific"xmlns:na_sec="urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ESTAT:NA_SEC(1.5):ObsLevelDim:TIME_PERIOD"xsi:schemaLocation="http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message http://t-sdw-pub-wsrest.zonelog.unix.tadnet.net:80/vocabulary/sdmx/2_1/SDMXMessage.xsd http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common http://t-sdw-pub-wsrest.zonelog.unix.tadnet.net:80/vocabulary/sdmx/2_1/SDMXCommon.xsd urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ESTAT:NA_SEC(1.5):ObsLevelDim:TIME_PERIOD http://t-sdw-pub-wsrest.zonelog.unix.tadnet.net:80/service/schema/datastructure/ESTAT/NA_SEC/1.5">
<message:Header>
<message:ID>d3a95668-9340-49b2-be1b-aec3d1e22b9b</message:ID>
<message:Test>false</message:Test>
<message:Prepared>2017-02-20T14:20:38.214+01:00</message:Prepared>
<message:Senderid="ECB"/>
<message:StructurestructureID="NA_SEC"dimensionAtObservation="TIME_PERIOD"namespace="urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ESTAT:NA_SEC(1.5):ObsLevelDim:TIME_PERIOD">
<common:Structure>
<URN>urn:sdmx:org.sdmx.infomodel.datastructure.DataStructure=ESTAT:NA_SEC(1.5)</URN>
</common:Structure>
</message:Structure>
</message:Header>
<message:DataSetdata:action="Replace"data:validFromDate="2017-02-20T14:20:38.214+01:00"data:structureRef="NA_SEC"data:dataScope="DataStructure"xsi:type="na_sec:DataSetType">
<SeriesFREQ="A"ADJUSTMENT="N"REF_AREA="AT"COUNTERPART_AREA="_Z"REF_SECTOR="S1314"COUNTERPART_SECTOR="_Z"CONSOLIDATION="N"ACCOUNTING_ENTRY="C"STO="D29C"INSTR_ASSET="_Z"MATURITY="_Z"EXPENDITURE="_Z"UNIT_MEASURE="XDC"CURRENCY_DENOM="_Z"VALUATION="S"PRICES="V"TRANSFORMATION="N"CUST_BREAKDOWN="_T"UNIT_MULT="6"TIME_PER_COLLECT="S"TITLE=" Social security funds revenue from total wage bill and payroll taxes"COMPILING_ORG="4D0"COMMENT_TS="Austria - Total wage bill and payroll taxes - Credit (Resources) - Non-consolidated, Current prices - Domestic currency (incl. conversion to current currency made using a fix parity), Standard valuation based on SNA/ESA, Neither seasonally adjusted nor calendar adjusted data - Taxes and social contribution"DECIMALS="0">
</Series></URN>
where </URN> should actually be </message:StructureSpecificData>
The text was updated successfully, but these errors were encountered:
It seems that splitting the following file actually issues splitted XML document that are invalid as they end with an unexpected tag:
Get the xml to parse:
Split with mistake:
where
</URN>
should actually be</message:StructureSpecificData>
The text was updated successfully, but these errors were encountered: