You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi talend Team,
in the XML-file-header is the location of the DTD File described like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ScheduleMessage SYSTEM "../schedulev2r3/dtd/schedule-xml.dtd">
But talend isn't using the directory where the xml file is locate
/home/user/xml/
which means the DTD-File is located in
/home/user/xml/schedulev2r3/dtd
talend is using the home directory
/home/user/
which means talend except the DTD-File here:
/home/user/schedulev2r3/dtd
which isn't correct.
Any suggestions?
Offline

I confirm that i'ts a bug.
I have reported [Bugtracker, bug 3796, fixed] tfileinputXML choose wrong DTD-Path
Regards,
Offline
Pages: 1