Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleVerschillen in de binding

let op dat de element namen die in de bindings worden gebruikt verschillen!

Voorbeelden

In de corrigenda van IEEE LOM (IEEE LOM v1.1) staat het volgende voorbeeld met bijbehorende opmerking:

NOTE---In this example the only characterescaping rules applied are those defined in RFC 2426. Other binding-specific characterescaping rules may be necessary; for instance, if the LOM XML binding (IEEE 1484.12.3™-2005) is used, line breaks may be escaped as character references (i.e. ).

Note
titleIEEE LOM v1.1 voorbeeld
Code Block
xmlxml
titleIEEE-LOMv1.1 binding
<entity>BEGIN:VCARD
N:Friday;Joe
FN:Joe Friday
TEL:+1-919-555-7878
TITLE:Area Administrator\, Assistant
EMAIL;TYPE=INTERNET:jfriday@host.com
VERSION:3.0
END:VCARD</entity>
Code Block
xml
xml
titleIEEE-LOMv1.0 binding
(...)
<entity>BEGIN:VCARD
N:Friday;Joe
FN:Joe Friday
TEL:+1-919-555-7878
TITLE:Area Administrator\, Assistant
EMAIL;TYPE=INTERNET:jfriday@host.com
VERSION:3.0
END:VCARD</entity>
(...)

...