[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #ZYN-499864]: Scripting



> I`m scratching my head with this one.
> 
> I tried your example, but I get an error telling me the </isl> tag is
> missing. So I add the missing tag and I still get the same error.
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <isl debug="true" loop="1" offscreen="true" sleep="60.0minutes">
> <bundle clear="true" file="${islpath}/gfsurface.xidv" wait="true"/>
> <image file="${islpath}/gfsurface.png"/>
> <resize width="800"/>
> </image>
> </isl>
> 
> 
Sorry, a typo. The image tag is closed with a "/>". It should be left open:
> <image file="${islpath}/gfsurface.png">
>     <resize width="800"/>
> </image>

Ticket Details
===================
Ticket ID: ZYN-499864
Department: Support IDV
Priority: Normal
Status: Closed