UF1: Programació amb XML
from Sept 14th 2022 to Nov. 18th 2022
Validació de XML: DTD (Document Type Definition)
Tutorials
Què cal saber?
- validació interna / externa: SYSTEM
- Com definir un element (altres elements o #PCDATA)
- Indicadors de freqüència , | ? * +
- llista d'atributs
- tipus d'atributs: CDATA enumerats (amb valor per defecte)
- valors d'atributs: #REQUIRED #IMPLIED
- tipus d'atributs únics
- ID: únic en tot el document
- IDREF: apunta a un ID
- IDREFS: llista d'IDREFs
Tags a conéixer:- comments: <!-- -->
- blocks: p div, span
- headings: h1, h2, h3, h4, h5, h6
- links: a, id links
- images: img
- formatting: style, em/i, strong/b
- lists: definition:dl, dd, dt unordered: ul, li ordered: ol, li
- tables: table, thead, tbody, tfoot, th, tr, td
- forms: form, input types, action, target, method, select
Què cal saber (de moment):