由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - how can I get oracles data and change it into xml?
相关主题
W3C XML Schema 1.0 Published as a Last Call WorkiRe: 一看这个版的满地枯枝凋零,就知道互联网的冬天终于来临了。
why do u use XML?Can you suggest an XML browser, and server?
tool for xml初级问题 sort XML
XML 教程--6如何把HTML 转换成XML 文档
求教xml网页的问题xml链接问题
XML Global 建立了一个开发XSLT网络通信标准的联合论MSN question
what is the difference between XML and XSL10-15
Display XML with XSLT in IE 5.x?XML 教程--7
相关话题的讨论汇总
话题: xml话题: oracles话题: data话题: change话题: get
进入XML版参与讨论
1 (共1页)
q****o
发帖数: 37
1
how can I get oracles data and change it into xml?
who can give me some samples like this case? thanks!
H********o
发帖数: 316
2

I posted before:
example query of sqlserver
SELECT *
FROM Customers
FOR XML AUTO
the result is a full XML document

【在 q****o 的大作中提到】
: how can I get oracles data and change it into xml?
: who can give me some samples like this case? thanks!

w*****h
发帖数: 139
3
FOR XML is only in SQL Server.
Different relational database system has different XML support.
Oracle 9i does have quite some XML support. It has a XML datatype, and
provide quite some system functions to compose XML.
But I think the question may be two:
How to compose data from relational table into hirarchial XML documents,
and how to map XML schema into relational database.
For the latter, there is no fast way, you have to do it by hand.

【在 H********o 的大作中提到】
:
: I posted before:
: example query of sqlserver
: SELECT *
: FROM Customers
: FOR XML AUTO
: the result is a full XML document

H********o
发帖数: 316
4

A friend mentioned there's an easy way to "map XML schema
into relational database", but he didn't say how to do it.
We need to do some research...

【在 w*****h 的大作中提到】
: FOR XML is only in SQL Server.
: Different relational database system has different XML support.
: Oracle 9i does have quite some XML support. It has a XML datatype, and
: provide quite some system functions to compose XML.
: But I think the question may be two:
: How to compose data from relational table into hirarchial XML documents,
: and how to map XML schema into relational database.
: For the latter, there is no fast way, you have to do it by hand.

b***k
发帖数: 77
5
XSLT?

【在 H********o 的大作中提到】
:
: A friend mentioned there's an easy way to "map XML schema
: into relational database", but he didn't say how to do it.
: We need to do some research...

l*******n
发帖数: 52
6
data binding

【在 b***k 的大作中提到】
: XSLT?
1 (共1页)
进入XML版参与讨论
相关主题
XML 教程--7求教xml网页的问题
XML 教程--8XML Global 建立了一个开发XSLT网络通信标准的联合论
Harbinger宣布支持微软的BizTalk Framework在电子what is the difference between XML and XSL
OAG向BizTalk.org提供电子商务XMLDisplay XML with XSLT in IE 5.x?
W3C XML Schema 1.0 Published as a Last Call WorkiRe: 一看这个版的满地枯枝凋零,就知道互联网的冬天终于来临了。
why do u use XML?Can you suggest an XML browser, and server?
tool for xml初级问题 sort XML
XML 教程--6如何把HTML 转换成XML 文档
相关话题的讨论汇总
话题: xml话题: oracles话题: data话题: change话题: get