[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Generating XPath expressions

  • From: Eric van der Vlist <vdv@d...>
  • To: Sanjay Khattar <sanjaykhattar1@y...>
  • Date: Tue, 12 Dec 2000 08:53:49 +0100

eric elema
Sanjay Khattar wrote:
.../...
> how many XPath expressions can one create? Even if one
> can, wouldn't an XPath like './/elemA[elemB='cdata1']'
> search for this particular node alone in any xml doc:
> <elemA>
>     <elemB>cdata1</elemB>
> </elemA>

On this very specific example, yes, and so would "." !

But generally speaking, no it doesn't identify a specific node.

Your instance document could be:

<root>
<elemA>
    <elemB>cdata1</elemB>
</elemA><elemA>
    <elemB>cdata1</elemB>
</elemA>
</root>

in which case ".//elemA[elemB='cdata1']" would identify 2 nodes.

Without some info about the nodes that might be used as identifiers
(through something like a schema or dtd), I can't see how you can
generate a XPath, except using the position of the nodes
"elemA[1]/elemB[5]".

This is not very robust if the document is updated, though.

> I'd say that this sounds to me something like a SQL
> Query Builder - I'd love to know if I am being too
> fanciful here.

The difference is that the information that you put in RDBMS are highly
structured and that you can access system tables to build queries...

Here also, you'd need "system tables" and a schema could play this role.

Eric
 
> Thanks
> Sanjay
> 
> >
> > However, it would be feasible to construct a minimal
> > path, perhaps
> > using only the parent and child axes.
> >
> > HTHs,
> > Steve Ball
> >
> > --
> > Steve Ball            | waX Me Lyrical XML Editor |
> > Training & Seminars
> > Zveno Pty Ltd         |     Web Tcl Complete      |
> >     XML XSL
> > http://www.zveno.com/ |      TclXML TclDOM        |
> > Tcl, Web Development
> > Steve.Ball@z...
> > +---------------------------+---------------------
> > Ph. +61 2 6242 4099   |   Mobile (0413) 594 462   |
> > Fax +61 2 6242 4099
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/

-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.