I assume the original XML was in an variable length field/variable and not
only the data but also the 2 leading bytes which include the length of the
data in Binary Format are send.
x'EFBBBF' = 15711167
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
Modernization ? Education ? Consulting on IBM i
Database and Software Architect
IBM Champion since 2020
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
"Train people well enough so they can leave, treat them well enough so they
don't want to. " (Richard Branson)
"Learning is experience ? everything else is only information!" (Albert
Einstein)
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of
Stephen Landess
Sent: Wednesday, 20 November 2024 04:40
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: xml file with invalid characters at the start of the stream
file
Don -
that's a BOM (Byte Order Mark)
This may shed some additional light on the subject:
https://stackoverflow.com/questions/44098326/ef-bb-bf-at-the-beginning-of-js
on-files-created-in-visual-studio
Regards,
Steve
Don Brown wrote:
I am sure I have seen this question asked before but searching has not found
it.
We are using httpapi to retrieve a list of files that is returned in xml The
xml file saved to the ifs has the following leading characters that then
results into xml-into failing.
<?xml version="1.0" encoding="utf-8"?> In case these characters get
corrupted in the email / forum they are hex x'EFBBBF'
A valid xml file must start with a < so we can't just blank these characters
out.
And xml-into does not allow a substring that I have found.
So if I can't stop the invalid characters how would I shift the contents of
the stream file left by 3 characters or I expect there is a better option ?
Thank you to any suggestions or examples.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.