Plain Old XML

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 0xF8E8 (talk | contribs) at 19:43, 3 June 2016 (Reverted 1 edit by 192.75.88.130 (talk) to last revision by 0xF8E8. (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Plain Old XML (POX) is the basic XML, sometimes mixed in with other, blendable specifications like XML Namespaces, Dublin Core, XInclude and XLink. This contrasts with complicated, multilayered XML specifications like those for web services or RDF. The term may have been derived from or inspired by the expression plain old telephone service (a.k.a. POTS) and, similarly Plain Old Java Object (POJO).

An interesting question is how POX relates to XML Schema. On the one hand, POX is completely compatible with XML Schema. However, many POX users eschew XML Schema to avoid the poor or inconsistent quality of XML Schema-to-Java tools.[citation needed]

POX is complementary to REST: REST refers to a communication pattern, while POX refers to an information format style.

The primary competitors to POX are more strictly-defined XML-based information formats such as RDF and SOAP section 5 encoding, as well as general non-XML information formats such as JSON and CSV.

External links