XML-binary Optimized Packaging

Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 19. September 2009 um 10:33 Uhr durch Sebastian.Dietrich (Diskussion | Beiträge) (AZ: Die Seite wurde neu angelegt: {{Benutzernavigation |user=Sebastian.Dietrich }} {{Baustelle}} '''XML-binary Optimized Packaging''' (XOP…). Sie kann sich erheblich von der aktuellen Version unterscheiden.
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Diese Baustelle befindet sich fälschlicherweise im Artikelnamensraum. Bitte verschiebe die Seite oder entferne den Baustein {{Baustelle}}.

XML-binary Optimized Packaging (XOP) is a W3C recommended convention, defined for efficient serialization of XML Information Sets that have a mix of binary and textual data, and, more generally for storing binary data in XML tags. XOP defines an XOP Infoset, which becomes the container for the mixed XML document. When an XML document is encapsulated in an XOP Infoset, all chunks of binary data are separated from the XML document and stored separately. In the XML document, an xop::Include element is added which references the new location of the binary data. When reading the original document back from the XOP Infoset, the XOP processor replaces the xop::Include tags with the actual binary data they reference.

References

Vorlage:Refbegin

Vorlage:Refend

Einzelnachweise