RE: Object issue

Hi folks, 

Regarding object issue here it is the proposed moki
for an example code. We'll discuss it today during the call.

Note that the attributes of the objectInfo element "rendered" and
"tested" are related to PageSizeLimitTest and ExternalResources.
On the other hand, the attributes "isEmpty", "isBlank",
"hasInvalidImages" are related to the object processing rule (we have
not found another way to do this).


<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>Pruebas</title>
 </head>
 <body>
<object
data="http://www.fundacionctic.org/web/export/sites/default/es/resources
/img/contenido/banners/accesibilidad.png" >

	<img src="foo.tiff" alt="" /> 
	<object
data="http://www.fundacionctic.org/web/export/sites/default/es/resourc
es/img/contenido/portal/logoEmpresa.gif" type="image/gif">
	</object>
 </object>
 </body>
</html>




<objects>
      <object>
 
<URI>http://www.fundacionctic.org/web/export/sites/default/es/resources/
img/contenido/banners/accesibilidad.png</URI>
         <retrieval>
           ...
         </retrieval>
         <objectInfo type="image/png" rendered="false" tasted="true"
isEmpty="false" isBlank="false" hasInvalidImages="true"/>
      </object>
      <object>
 
<URI>http://www.fundacionctic.org/web/export/sites/default/es/resources/
img/contenido/portal/logoEmpresa.gif</URI>
         <retrieval>
           ....
         </retrieval>
         <objectInfo type="image/gif" rendered="true" tasted="false"
isEmpty="true" isBlank="false" hasInvalidImages="false"/>
      </object>
   </objects>

Received on Wednesday, 2 July 2008 12:08:47 UTC