Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Your XSL-List post bounced

From: "Steve Muench" <smuench@------------->
To:
Date: 6/1/2000 7:47:00 AM
Paolo,

| However, one of the guys from the Oracle Intermedia team
| I talked with today, wasn't even familiar with XPath.

interMedia Text supports powerful full text searching,
in addition to its new XML-structure-sensitive searching
that was introduced in Oracle8i. It does not today support
an XPath syntax for pattern matching, but rather the 
SQL-centric CONTAINS() syntax. Where you might use an XPath
predicate like:

   A/B/C[contains(.,'Clinton')]

in XPath, interMedia supports the predicate:

  CONTAINS(fragment_column,
           'Clinton within C within B within A')

The CONTAINS(item,'search pattern') syntax is a SQL-centric
standard. Since it's SQL that means developers can combine 
any traditional SQL query predicate with searches over XML
document fragments as well in the same query.

| Even so, XPath seems to be far from the plans of this team. 

All you can conclude is that the plans are not known
to this particular developer. We've demoed publically
our prototype XPath query support over relational database
contents, and have work well underway to unify XPath 
queryability over both tables and document fragment contents, 
so the moral of the story is please "stay tuned".

| I am not saying that one should directly use XPath to get the
| nodes but yes that XPath could be used in a "WHERE"
| clause of a SQL statement to help expressing the selection
| of the documents containing nodes matching a XPath
| expression. That would be similar to the current syntax,
| althought XPath is shorter, more powerful and familiar
| to "XML developers".

Again, please "stay tuned".
______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
Business Components for Java & XSQL Servlet Development Teams
Oracle Rep to the W3C XSL Working Group
Author "Building Oracle XML Applications", O'Reilly, Oct 2000



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent