Hi, 
Thanks for your help, the version you posted works fine indeed. But when I apply it to my real data, I get some weird behavior.
When I include upto 72 entities (good.xml) it works fine, when I include entity #73 (bad.xml), I get an error:
ino:message
ino:messagelineTamino Data Loader v3.1 Copyright (c) Software AG</ino:messageline>
ino:messagelineLoading from input1.xml to Tamino database USANS</ino:messageline>
ino:messagelineStart: Fri Jan 03 20:24:56 2003</ino:messageline>
</ino:message>
ino:message
ino:messagelineInvalid input file format - tag <ino:request… not complete</ino:messageline>
</ino:message>
ino:message
ino:messagelineMass load aborted</ino:messageline>
ino:messagelineElapsed time: 11 (s), finished: Fri Jan 03 20:25:07 2003</ino:messageline>
</ino:message>
After investigation, I found out that it depends on the number of characters before the element is encountered. In my example the 73rd entity crossed the limit.
Is there a way to include resolve hundreds of entities?
ISOdia.ent has 14 entities
ISOnum.ent has 74 entities
ISOpub.ent has 84 entities
ISOtech.ent has 61 entities
…
…
ISOamsr.ent has 82 entities
My DTD include all of these entities and I have about 50 thousands files. (and that’s only one project, the lightest).
Can Tamino handle this?
Thanks for your help,
./Malick.
Attached:
Good.xml, a subset of the entities that allows the processing to happen and only 3/50000 entries
Bad.xml, added one entity to good.xml and the process failed
Input.xml, all of the entities that I need to be in the file, containes all ISO* entities used accross all the files and only 3/50000 entries.
usan_standalone.dtd, the DTD w/ all the entities copied within
usan2002_a.xml and usan2002_h.xml, sample data.
input1.xml (3.35 KB)
#webMethods#API-Management#Tamino