#ods_bar {
margin: 0;
padding: 0;
width: 100%;
float: left;
clear: both;
color: #444;
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
background-color: #ddeff9}
#ods_bar ul {
list-style-type: none}
#ods_bar ul li {
display: inline}
#ods_bar a {
text-decoration: none;
color: inherit}
#ods_bar img {
float: none;
border: 0;
margin: 0}
#ods_bar input {
margin-right: 8px;
font-size: 7pt;
color: #555;}
#ods_bar_handle {
width: 10px;
float: left}
#ods_bar_content {
float: left;
width: 100%;
background-color: #ddeff9}
#ods_bar_top {
float: left;
width: 100%;
background-color: #fff}
#ods_bar_bot {
float: left;
clear: left;
width: 100%;
padding-top: 2px;
padding-bottom: 2px;
background-color: #85b9d2}
#ods_bar_top_cmds {
font-size: 7.5pt;
margin-top: 4px;
color: #42abc4;
background-color: #fff;
float: right;
padding-right: 8px}
#ods_bar_top_cmds img {
vertical-align: middle;}
#ods_bar_top_cmds a {
text-decoration: none}
#ods_bar_top_cmds a.user_profile_lnk {
text-transform: none}
#ods_bar_first_lvl {
float: left;
padding: 0;
margin: 0;
color: #fff;
background: #0075A8 url("/ods/images/navlv1default.png")}
#ods_bar_first_lvl li {
padding: 0;
padding-left: 4px;
margin: 0}
#ods_bar_first_lvl li a {
margin-top: 0px;
padding: 6px 3px 6px 3px;
vertical-align: middle;
color: #fff; /* Required due to buggy CSS in IE */}
#ods_bar_first_lvl li a img {
margin-top: 2px;
margin-bottom: 5px;
vertical-align: middle;}
#ods_bar_first_lvl li.sel a {
color: #455;
background: #b1d4e5 url("/ods/images/navlv1sel.png")}
#ods_bar_second_lvl {
width: 100%;
height: 20px;
float: left; clear: left;
margin: 0; padding: 0;
padding-top: 4px;
background: #ddeff9 url("/ods/images/navlv2default.png")}
#ods_bar_second_lvl li {
margin-right: 5px}
#ods_bar_second_lvl li:first-child {
margin-left: 27px;}
#ods_bar_second_lvl li a {
vertical-align: middle;
color: #444; /* Required by buggy IE CSS implementation */ }
#ods_bar_home_path {
margin: 2px 0px 0px 36px;
padding: 0;
font-size: 8pt}
.popup {
position: absolute;
background-color: #fff;
border: 1px dotted #4800F4;
padding: 0.5em;
font-size: 80%;
}
#ods_bar_odslogin {
font-size: 7.5pt;
margin-top: 4px;
color: #42abc4;
background-color: #fff;
float: right;
padding-right: 8px;
}
#ods_bar_odslogin img {
vertical-align: middle;
margin-left: 8px;
}
#ods_bar_odslogin a {
margin-left: 3px;
color: inherit;
text-decoration: none;
}
|
Results
(3)
from search by "for $i in node()/p[contains(.,'XQuery')] return <p>{ string($i) }</p>"
RSS 2.0
Atom 1.0
RDF
XBEL
OpenSearch
To achieve maximum XML performance, bolstered indexing attributes in the technology will enable advanced search functions and a higher degree of filtering. IBM is also adding support for XPath and XQuery data models. This will allow users to create views that involve SQL and XQuery by sending the protocol through DB2's query optimizer for a unified query plan.
posted on
01/04/2005 12:18 GMT
, modified on 06/22/2006 08:56 GMT
Craig Mullins points are more straightforward to answer since his comments don't jibe with the current state of the art in the XML world. He states that you can't query XML documents stored in databases but this is untrue. Almost three years ago, I was writing articles about querying XML documents stored in relational databases. Storing XML in a relational database doesn't mean it has to be stored in as an opaque binary BLOB or as a big, bunch of text which cannot effectively be queried. The next version of SQL Server will have extensive capabilities for querying XML data in relational database and doing joins across relational and XML data, a lot of this functionality is described in the article on XML Support in SQL Server 2005. As for XML not having a data model, I beg to differ. There is a data model for XML that many applications and people adhere to, often without realizing that they are doing so. This data model is the XPath 1.0 data model, which is being updated to handled typed data as the XQuery and XPath 2.0 data model.
posted on
06/04/2004 00:04 GMT
, modified on 06/22/2006 08:56 GMT
OpenLink's list of supported standards is impressive and includes .Net, Mono, J2EE, XML Web Services (Simple Object Application Protocol, Web Services Description Language, WS-Security, Universal Description, Discovery and Integration), XML, XPath, XQuery, XSL-T, WebDav, HTTP, SMTP, LDAP, POP3, SQL-92, ODBC, JDBC and OLE-DB.
posted on
10/23/2003 17:57 GMT
, modified on 06/22/2006 08:56 GMT
|
Running on Linux platform
The posts on this weblog are my personal views, and not those of OpenLink Software.
|