XML y la gestión de contenidos = Content Management and XML: the needed interaction
Main Author: | Eíto, Ricardo |
---|---|
Format: | Journal NonPeerReviewed application/pdf |
Bahasa: | es |
Terbitan: |
, 2005
|
Subjects: | |
Online Access: |
http://eprints.rclis.org/8975/1/XML_y_la_gesti%C3%B3n_de_contenidos.pdf http://eprints.rclis.org/8975/2/11212.pdf http://eprints.rclis.org/8975/ |
Daftar Isi:
- XML (eXtensible Markup Language) language began to be developed in September 1996 under the auspices of the W3C with a clear proposal: design a tags language optimised for Internet. XML should continue with HTML simplicity but with the expressive capacity of its previous version, SGML. The edition of XML documents follows the following objectives: Distinguish the content and structure of the documents from their presentation in paper or on screen. Make its structure and informative contents explicit. Create documents that can be easily exchanged and processed in heterogeneous computing systems. To reach these objectives, XML proposes a format where the tags in the text of the documents are intercalated, in order to distinguish the various structural parts or elements of the same. The main characteristics are the following: The possibility of descriptive marking. In XML the tags. have the function of differentiating the informative contents of the documents against their use in HTML, where the tags are used to indicate how the content should be visualised. XML does not specify a valid group of tags, but provides rules that allow us create new vocabulary or group of tags applicable for the coding of various types of documents. The distinction between document structure and presentation. In XML a clear difference is established between the document structure and presentation. The XML document tags do not indicate how the document should be presented. To indicate how a document should be presented on screen or on paper, a separate style sheet should be created, and then associate it with the document.