| Asbjørn Rygg 2005-01-31, 2:54 am |
| This issue got solved after i rebooted my brain..
The issue was of course related to a utf-8 byte order mark in the file
outputted by BizTalk. There was an issue with Suns SAX parser in JRE 1.4
and BOMs witch was solved in 1.5. So I updated my JRE to 1.5 - case closed.
Cheers,
Asbjørn
Asbjørn Rygg wrote:
> I have an orchestration that dumps a file to a folder for a Java program
> to parse the XML output. The problem is that the Java program is failing
> to read the XML from the file outputted by BizTalk - it does not
> recognize the root node. If I open the file and save it in notepad
> without changing any text, the file is parsed correctly by the java
> program. Seems like there is an issue with how BizTalk is outputting the
> file but I`m not really shure what to look for here.
>
> Anyone else encountered this problem? And solved it?
>
> - Asbjørn
|