博客
关于我
理解Data Centric VS. Document Centric VS. mixed-content XML
阅读量:339 次
发布时间:2019-03-04

本文共 839 字,大约阅读时间需要 2 分钟。

  • Overview

    Generally speaking, Document-Centric and Data-Centric are two broad applications areas of XML technologies.

  • Document Centric XML

    Document Centric(document-oriented) uses XML to impose structure on information that rarely fits into a relational database – particularly information intended for publishing.

  • Data Centric

    Data Centric(data-oriented) is one class of XML, uses XML as an interchange format. One computer sends a message to another, often as part of a transaction, and this message typically carries information that began or ends up in a database.

    XML’s ability to represent more complex structures destined for multiple tables of one or more databases.

    If the information was destined for a single row of a relational database table, XML might be unnessary, because a simple delimited list would do the job.

  • References

转载地址:http://csge.baihongyu.com/

你可能感兴趣的文章
不懂数据库的码农不是好程序员!
查看>>
全球首个!阿里云开源批流一体机器学习平台Alink……
查看>>
必须要看的网上冲浪安全攻略!
查看>>
清华硕士爆料:这些才是机器学习必备的数学基础
查看>>
红点中国、红杉中国联合领投,WakeData惟客数据完成1000万美元B轮融资
查看>>
看完这篇操作系统,和面试官扯皮就没问题了!
查看>>
OpenStack发布Ussuri版本 实现智能开源基础设施的自动化
查看>>
整理了一份 Docker系统知识,从安装到熟练操作看这篇就够了 | 原力计划
查看>>
2020 AI 产业图谱启动,勾勒中国 AI 技术与行业生态
查看>>
“编程能力差,90%输在了数学上!”CTO:多数程序员都是瞎努力!
查看>>
霍因科技获首届全国信创产业生态创新奖
查看>>
我是程序员,我用这种方式铭记历史
查看>>
F5打造“感知可控,随需而变的应用” 助力企业实现非凡数字体验
查看>>
CSDN湘苗培优|保持热情,告别平庸
查看>>
Serverless 在大规模数据处理中的实践
查看>>
高可用Redis服务架构分析与搭建
查看>>
运营商的互联网蜕变,从沃云平台开始
查看>>
下一次 IT 变革:边缘计算(Edge computing)
查看>>
Gartner的预言:通向混合IT之旅
查看>>
Docker精华问答 | task与executor有什么关系?
查看>>