由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - Help: XML linking problem in Oracle
相关主题
W3C推出XSLT与Xpath建议。XML is what?
a great site to learn xml related technologies..XML standards list
poor performance of xpathWhat is XML?
xpath 问题XML
对XSLT有地方不理解,请教个位What's a document?
问个XPath的问题XML is Just Like HTML?
xpath 里面如何找 attribute 最大值呢? (转载)So XML Is Just Like SGML?
XMLWhy XML?
相关话题的讨论汇总
话题: xmltype话题: table话题: xml话题: spec话题: table2
进入XML版参与讨论
1 (共1页)
t******t
发帖数: 51
1
Suppose I have 2 tables in the database (Oracle9):
create table table1 (table_spec XMLTYPE);
create table table2 (table_spec XMLTYPE);
Then somewhere in the table_spec of data entries of table1 I needed to link to
a node in the XML tree of table_spec in table2. How can I do it? For example,
insert into table1 values (XMLTYPE ('


.....

'));
I understand that XPath can be used here, but exactly how? Especially how to
refer to table2, the path within the XMLTYPE
1 (共1页)
进入XML版参与讨论
相关主题
Why XML?对XSLT有地方不理解,请教个位
XML Development Goals?问个XPath的问题
How Is XML Defined?xpath 里面如何找 attribute 最大值呢? (转载)
What Do XML Documents Look Like?XML
W3C推出XSLT与Xpath建议。XML is what?
a great site to learn xml related technologies..XML standards list
poor performance of xpathWhat is XML?
xpath 问题XML
相关话题的讨论汇总
话题: xmltype话题: table话题: xml话题: spec话题: table2