Hello,
I use datastore importString() method to import XML.
The first line is usually xml version="1.0" encoding="utf-8" standalone="yes" but it happens that the double-quotes are replaced by single-quotes, giving xml version='1.0' encoding='utf-8' standalone='yes'.
When it occurs, importString() returns -11 - XML Parsing Error; XML parser libraries not found or XML not well formed.
Is it normal behaviour ? Shouldn't importString() accept both syntax ? I tried PB2019R2 and 2022 with the same result.
Thank you !
Pierre
regards
Please open a Support Ticket for this issue. Thanks.
Regards ... Chris
Of course I will,
Thank you all.
Pierre