Tredicesimo esercizio
Scoprire cosa significano i seguenti XPath
- TITOLO
- CAPITOLO/TITOLO
- CAPITOLO//TITOLO
- //NOME
- position() = last()
- ../@ID
- generate-id()
- .
- not(.=preceding::NOME)
Altri esempi discussi a lezione:
* CAPITOLO[2]/TITOLO
* CAPITOLO/TITOLO[2]
* CAPITOLO/TITOLO[position() != last()]
* CAPITOLO[position() != last()]/TITOLO
* CAPITOLO/TITOLO[position() = last()]
--
FabioVitali - 24 May 2010
- Set ALLOWTOPICVIEW =
- Set ALLOWTOPICCHANGE =
to top