On 2010-05-21, at 11:11, Henry Minsky wrote:
>>> 2) some resource dimensions are floating point numbers instead of
>> integers:
>>>>
>> LzResourceLibrary.navbg={ptype:"ar",frames:['images/nav_bg.png'],width:200.0,height:600.0,spriteoffset:189};
>>
>> This may be because resources are not going through the compressor.
>>
>> Yes we made a change in the dhtml compiler and now the resource declaration
> statements are included verbatim, rather than going through parser/unparse
> by the
> script compiler.
>
> We could pass them through the script compiler if needed, but it didn't seem
> critical, as they were just basic assignments and lists of objects.
I'm a little confused here. The lzo compiler just writes out the resource
declarations as XML, so where is this code coming from?