XHTML Mobile Profile

XHTML Mobile Profile (XHTML MP) is een opmaaktaal speciaal bedoeld voor mobiel internet op mobiele telefoons en PDA's. De XHTML MP-specificatie wordt onderhouden door het Open Mobile Alliance (OMA).

XHTML Mobile Profile is opgebouwd uit de modules volgens de modularisatie van XHTML en is een deelverzameling van XHTML 1.1 gebaseerd op XHTML Basic. XHTML MP wordt meestal gebruikt samen met Wireless CSS (WCSS) en ECMAScript Mobile Profile (ESMP).

XHTML MP 1.0 heeft naast de modules van XHTML Basic ook ondersteuning voor:

  • Formulieren (gedeeltelijk)
    • fieldset en optgroup tags
  • Presentatie (gedeeltelijk)
    • b, big, hr, i en small tags
  • Stijlbladen
    • style element en style attribuut

XHTML MP 1.1 biedt daarnaast ook ondersteuning voor scripts, vooral ECMAScript Mobile Profile (ESMP)

XHTML MP 1.2 biedt volledige ondersteuning voor XHTML-formulieren en ondersteuning voor het object-element.

Voorbeeld

Een XHTML Mobile Profile-pagina kan er als volgt uitzien:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
  "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html>
  <head>
    <title>Een XHTML Mobile Profile document</title>
  </head>
  <body>
    <p style="color: red;">Dit is een rode paragraaf.</p>
  </body>
</html>

Er is echter een alternatieve DTD beschikbaar van Openwave [1], deze heeft enkele uitbreidingen ten opzichte van de normale XHTML Mobile Profile.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//OPENWAVE//DTD XHTML Mobile 1.0//EN"
"http://www.openwave.com/dtd/xhtml-mobile10.dtd">
<html>
  <head>
    <title>Een XHTML Mobile Profile document</title>
  </head>
  <body>
    <p style="color: red;"><u>Dit is een rode onderstreepte paragraaf.</u></p>
  </body>
</html>

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.