Código XML :
<?xml version='1.0' encoding='UTF-8'?> <items textColor="0x000000" rollOverTextColor="0x0000FF" textSize="25" rollOverTextSize="35" textFont="pristina" easeType="Strong" easeDirection="easeOut" easeDuration="1" spacing="10" > <tmenu title="Libros / Books" url="libros.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="Premios y Becas / Award and Fellowships" url="premios.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="Criticas / Critics" url="criticas.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="Fotos / Photos" url="fotos.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="Contacto / Contact" url="contacto.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <br> <tmenu title="Artículos / Articles" url="articulos.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="Taller Literario / Literary Workshop" url="taller.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="inicio" url="index.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="Novedades / News" url="novedades.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <tmenu title="Enlaces / Links" url="contacto.html" target="_self" callFunction=""> <properties textSize="" rollOverTextSize="" textFont="" rollOverTextFont="" bold="" italic="" underline="" rollOverBold="" rollOverItalic="" rollOverUnderline=""/> </tmenu> <br> </items>
En XHTML <br> y <br /> reconoce un salto de linea, en XML se opera con CDATA, si esto es posible, como manejar CDATA y donde ponerlo?
