Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Tip
titleVerschillen in de binding

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

Voorbeelden
Code Block
xml
xml
titleIEEE-LOMv1.0 bindingxml
(...)
<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
titleIMS-MDv1.2.4 bindingxml
(...)
    <centity>
       <vcard>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</vcard>
    </centity>
(...)

...