Hi,
I have written xsl code to migrate the iwov type DCR to xml type DCR. But the problem is DTD declaration. If i remove the DTD declaration from iwov type DCR, the xsl creating xml type DCR.
Here Code
[html]
version="1.0">
[/html]
I got list of suggestions to avoid this error.
1. Copy the DTD file in to that specific folder where iwov type xml resides
2. Change DTD declaration to actual location, specifying the actual location of DTD file
3. Remove the DTD declaration in the existing iwov type DCR's
4. Create dummy DTD file in to that specific folder where iwov type xml resides.
Is there any other suggestions to fix this issue, to make it simpler way.
Environment Details:
I am trying this on Eclipse.
TS 6.7.2sp2, Linux