
Specialist III
2009-03-25
04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Content not allowed in prolog
Hi,
while i am trying to create a connection for XML file by using
metadata while importing the file i am getting the error called
content not allowed in prolog can any one plz help me in this
regard.
Thanks,
Siddeshwar
while i am trying to create a connection for XML file by using
metadata while importing the file i am getting the error called
content not allowed in prolog can any one plz help me in this
regard.
Thanks,
Siddeshwar
275 Views
3 Replies

Anonymous
Not applicable
2009-03-25
05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Siddeshwar
Normally, this error message indicates that there is some non-xml
present before the xml starts.
See article.
Best regards
shong
Normally, this error message indicates that there is some non-xml
present before the xml starts.
See article.
Best regards
shong
275 Views

Specialist III
2010-11-30
08:16 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
i have the same issue after changed from TOS32RC1 to TOS411.
All Jobs that reads a XML file - same problem.
All Jobs works without problems on TOS32RC1.
This is the header of one XML:
<?xml version="1.0" encoding="utf-8" ?>
<!-- EXPORT 29/11/10 -->
<DataRecordCollection>
<eventItem>
</eventItem>
</DataRecordCollection>
Everything fine or is it a bad formed xml?
Is this a known bug?
i have the same issue after changed from TOS32RC1 to TOS411.
All Jobs that reads a XML file - same problem.
All Jobs works without problems on TOS32RC1.
This is the header of one XML:
<?xml version="1.0" encoding="utf-8" ?>
<!-- EXPORT 29/11/10 -->
<DataRecordCollection>
<eventItem>
</eventItem>
</DataRecordCollection>
Everything fine or is it a bad formed xml?
Is this a known bug?
275 Views

Specialist III
2010-11-30
05:08 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Sebastian1234,
i answer myself:
The new Version 4.1.1 do not handle a xml File in UTF-8 WITH BOM.
You must convert in a xml File UTF8 WITHOUT BOM.
This ist very easy with advanced editors like notpad++...
I do not know why the TOS32RC1 handle a both encodings...
Sebastian1234
i answer myself:
The new Version 4.1.1 do not handle a xml File in UTF-8 WITH BOM.
You must convert in a xml File UTF8 WITHOUT BOM.
This ist very easy with advanced editors like notpad++...
I do not know why the TOS32RC1 handle a both encodings...
Sebastian1234
275 Views
