|
Home > Archive > BizTalk Server General > January 2005 > Byte order marker and schemas/maps ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Byte order marker and schemas/maps ?
|
|
|
| I'm trying to test a unicode native file that contains a byte order marker at
the beginning of the file. It gives me the error below when I try to run it
against my map. I can successfully validate the file against my inbound
schema but it fails on the map. I have tried removing the first character
from the file and it will process successfully.
Can Biztalk handle this byte order marker's on it own? Or will I need to
remove it with my own custom code?
Output validaion error: There is an undiclosed literal string.
Thanks,
Lee
| |
|
| Any suggestions?
"LbGTO" wrote:
> I'm trying to test a unicode native file that contains a byte order marker at
> the beginning of the file. It gives me the error below when I try to run it
> against my map. I can successfully validate the file against my inbound
> schema but it fails on the map. I have tried removing the first character
> from the file and it will process successfully.
>
> Can Biztalk handle this byte order marker's on it own? Or will I need to
> remove it with my own custom code?
>
> Output validaion error: There is an undiclosed literal string.
>
>
> Thanks,
> Lee
|
|
|
|
|