Lenguaje de Marcas UT 11 - XPath
XPath - Ejercicio 1-1
- Pregunta: Nombre del Instituto
- Ruta xpath: //ies/nombre
- Solucion:
<nombre>IES Abastos</nombre>
XPath - Ejercicio 1-2
- Pregunta: Página web del Instituto
- Ruta xpath: //web/text()
- Solucion:
<nombre>http://www.iesabastos.org</nombre>