Tema: xml y xsl
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/04/2011, 21:05
Avatar de the_ghost
the_ghost
 
Fecha de Ingreso: octubre-2003
Ubicación: Caracas, Venezuela
Mensajes: 104
Antigüedad: 20 años, 6 meses
Puntos: 5
Respuesta: xml y xsl

Hola,

tampoco sé mucho de XSL, pero no debes comparar strings sino números, habría que remover las comillas simples, por lo tanto debería ser algo como:

Código XML:
Ver original
  1. <xsl:if test="Precio > 75">
  2.                                         (...)
  3.                                 </xsl:if>

Y para resaltar, puedes usar negritas en vez de mayúsculas.
__________________
ThE GhOsT