We recently converted from TPL PTs to XSL PTs and have run into a problem. We previously used iwgen to generate output within scripts. We are now trying to use the XalanTransform.exe for the XSL, but the problem we are running into is that are DCRs are being generated with the following DOCTYPE element:When the Xalan processor attempts to validate the DCR, it fails because the DTD doesn't exist in the same directory as the DCR. Apperantly iwgen doesn't do this validation.Is there a way to include the full path to the DTD in the DCR when it is generated?Thanks in advance.
We recently converted from TPL PTs to XSL PTs and have run into a problem. We previously used iwgen to generate output within scripts. We are now trying to use the XalanTransform.exe for the XSL, but the problem we are running into is that are DCRs are being generated with the following DOCTYPE element:<!DOCTYPE record SYSTEM "dcr4.5.dtd">When the Xalan processor attempts to validate the DCR, it fails because the DTD doesn't exist in the same directory as the DCR. Apperantly iwgen doesn't do this validation.Is there a way to include the full path to the DTD in the DCR when it is generated?Thanks in advance.
In IWOV mode moonkhanna's "copy DTD to data" proposal seems to be just about the only thing you can do.