01-16-2025, 05:13 AM
The XML file is formatted incorrectly if the following entry is generated in the PCI area without a name:
<item Property="Bus Type" Value="PCI" />
<item Property="Properties" >
<item Property="Status" Value="Enabled" />
<item Property="Bus / Device / Function" Value="00 / 03 / 04" />
<item Property="Vendor" Value="0000h" />
<item Property="Device" Value="0000h" />
<item Property="Command" Value="00000000h Bus Access Disabled!!" />
...
<item Property="PCI Class Type" Value="FFFFFFFFh" />
</item>
</item>
For comparison:
<item Property="Phoenix Dummy Host Bridge" >
<item Property="Vendor" Value="Advanced Micro Devices, Inc. [AMD]" />
<item Property="Class Name" Value="PCI to HOST Bridge" />
<item Property="Bus Type" Value="PCI" />
<item Property="Properties" >
<item Property="Status" Value="Enabled" />
<item Property="Bus / Device / Function" Value="00 / 03 / 00" />
<item Property="Vendor" Value="1022h Advanced Micro Devices, Inc. [AMD]" />
<item Property="Device" Value="14EAh Phoenix Dummy Host Bridge" />
<item Property="Command" Value="00000000h Bus Access Disabled!!"
...
<item Property="Last Delete Date" Value="2024-09-26 (Thursday, September 26, 2024)" />
</item>
</item>
It is then not possible to import the XML file:
“The start tag 'page' in line 13192, position 3 does not match the end tag 'item'. Line 13489, position 4.”
<item Property="Bus Type" Value="PCI" />
<item Property="Properties" >
<item Property="Status" Value="Enabled" />
<item Property="Bus / Device / Function" Value="00 / 03 / 04" />
<item Property="Vendor" Value="0000h" />
<item Property="Device" Value="0000h" />
<item Property="Command" Value="00000000h Bus Access Disabled!!" />
...
<item Property="PCI Class Type" Value="FFFFFFFFh" />
</item>
</item>
For comparison:
<item Property="Phoenix Dummy Host Bridge" >
<item Property="Vendor" Value="Advanced Micro Devices, Inc. [AMD]" />
<item Property="Class Name" Value="PCI to HOST Bridge" />
<item Property="Bus Type" Value="PCI" />
<item Property="Properties" >
<item Property="Status" Value="Enabled" />
<item Property="Bus / Device / Function" Value="00 / 03 / 00" />
<item Property="Vendor" Value="1022h Advanced Micro Devices, Inc. [AMD]" />
<item Property="Device" Value="14EAh Phoenix Dummy Host Bridge" />
<item Property="Command" Value="00000000h Bus Access Disabled!!"
...
<item Property="Last Delete Date" Value="2024-09-26 (Thursday, September 26, 2024)" />
</item>
</item>
It is then not possible to import the XML file:
“The start tag 'page' in line 13192, position 3 does not match the end tag 'item'. Line 13489, position 4.”