Está en la página 1de 2

http://aprende-web.net/progra/xml/xml_5.

php
dos formas de links
http://www.forosdelweb.com/f14/xslt-para-que-usar-xsl-element-637586/
http://www.tic2.org/WebTecnica/Programacion/XSLT/XSLTElementos/xslvalue-of.htm
explicacion
http://www.mclibre.org/consultar/xml/lecciones/xml_xslt.html
foro
http://www.forosdelweb.com/f4/
ejemplos si
http://www.tic2.org/WebTecnica/Programacion/XML/XMLMetodologia/XMLMetodologia.ht
m
espacios
http://www.forosdelweb.com/f13/javascript-saltos-linea-xml-996588/
http://www.freeformatter.com/html-entities.html
jalar
http://www.virtualmv.com/wiki/index.php?title=XML

http://www.webtaller.com/construccion/lenguajes/xml/lecciones/lanzando_un_popup_
en_xml.php
http://www.w3schools.com/xml/xml_xlink.asp
https://es.forums.wordpress.com/topic/abrir-link-en-otra-ventana-o-pestana
http://www.ciudadblogger.com/2010/04/abrir-todos-los-enlaces-en-otra-ventana.htm
l
http://soporte.miarroba.es/1364/706029-link-en-imagen-que-abra-ventana-nueva-com
o/
http://es.wikipedia.org/wiki/Usuario:Edupedro/C%C3%B3mo_personalizar_los_iconos_
de_los_complementos_de_los_motores_de_b%C3%BAsqueda_de_Wikipedia_en_diferentes_i
diomas_para_distinguirlos_entre_s%C3%AD

saltos de lnea
<salto_linea/>

xml;
<noticia>
<texto><![CDATA[
nada

<br>
hola que tal
]]></texto>
</noticia>

<Titulo>Como hacer enlaces en XML</Titulo>


<PagDesc>Enlace www.terra.es</PagDesc>
<Enlace>
<Titulo>Link http://www.terra.es</Titulo>
<Link>Enlace a Terra</Link>
<URL>http://www.terra.es</URL>
</Enlace>
<?xml-stylesheet type='text/xsl'
href='LinkEjemplo.xsl'?>

<a>
<xsl:attribute name="href">
<xsl:value-of select="@link"/>
</xsl:attribute>
<xsl:value-of select="@name"/>
</a>

<a>
<xsl:attribute name="href">
<xsl:value-of select="web/@enlace"/>
</xsl:attribute>
<xsl:value-of select="web"/>
</a>

También podría gustarte