Plain Old XML: Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q7200622
No edit summary
Line 1:
'''Plain Old XML''' (POX) is the basic [[XML]], sometimes mixed in with other, blendable specifications like [[XML namespace|XML Namespaces]], [[Dublin Core]], [[XInclude]] and [[XLink]]. This contrasts with complicated, multilayered XML specifications like those for [[web service]]s or [[Resource Description Framework|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 POXSchmurda relates to [[XML Schema (W3C)|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.{{Fact|date=January 2009}}
 
POX is complementary to [[Representational State Transfer|REST]]: REST refers to a communication pattern, while POX refers to an information format style.