- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I have a problem with exporting some data from Autocad 2021 to an XML file.
I have a .LSP file which extracts some textual information from the .DWG file and saves it to an XML file which is using UTF-8 encoding. It is supposed to save each value in a separate line and it was working without any problems in Autocad 2018 version.
We've migrated to Autocad 2021 last week and since then, the exporting to XML has changed - each line in XML has a 0x0 hexadecimal value at the end, so when I try to export the XML file to our database, it returns an error, since XML can't have 0x0 values. I've opened the XML file created when Autocad 2018 was still used and the XML when 2021 is used and the only difference is the 0x0 value at the end of each line.
The .LSP file is the same since 2010 so I would like to know what changed with Autocad 2021 that is different from 2018, since 2018 was still working fine?
Any help would be greatly appreciated.
Best regards,
Nejc
Solved! Go to Solution.