[
Lists Home |
Date Index |
Thread Index
]
yup that worked... thanks =)
-----Original Message-----
From: Prakash [mailto:prakash.subramaniam@oracle.com]
Sent: Wednesday, 3 August 2005 2:50 PM
To: Paul Popiel
Cc: 'xml-dev@lists.xml.org'
Subject: Re: [xml-dev] Simple XPath question
How about this?
/A [.//C/@name ="something"]
Note: not tested.
Thanks,
Prakash
Paul Popiel wrote:
>if i have an element structure something along the lines of:
>
>...
><A>
> <B>
> <C name = something/>
> </B>
></A>
>
>whats a clean xpath expression to get the element A which has a child
>element C with @name=something
>
>thanks in advance
>
>paul popiel
>
>
>
>
>**********************************************************************
>This email is confidential. If you are not the intended recipient,
>you must not copy, distribute, disclose or otherwise use the
>information contained in it. If you have received this email in
>error, please tell us immediately by return email or by contacting
>us on (+61 8) 9209 6900 and delete the document. Email may
>be susceptible to data corruption, interception and unauthorised
>amendment. Advanced Engine Components Ltd is not
>responsible for any changes made to a document other than
>those made by Advanced Engine Components Ltd, or for the
>effect of the changes on the document's meaning.
>
>You must scan this email and any attachments for viruses.
>Advanced Engine Components Ltd accepts no liability for any
>loss, damage or consequence, whether caused by our own
>negligence or not, resulting directly or indirectly from your
>receipt of this email or the use of any attachments.
>**********************************************************************
>
>-----------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>initiative of OASIS <http://www.oasis-open.org>
>
>The list archives are at http://lists.xml.org/archives/xml-dev/
>
>To subscribe or unsubscribe from this list use the subscription
>manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
>
**********************************************************************
This email is confidential. If you are not the intended recipient,
you must not copy, distribute, disclose or otherwise use the
information contained in it. If you have received this email in
error, please tell us immediately by return email or by contacting
us on (+61 8) 9209 6900 and delete the document. Email may
be susceptible to data corruption, interception and unauthorised
amendment. Advanced Engine Components Ltd is not
responsible for any changes made to a document other than
those made by Advanced Engine Components Ltd, or for the
effect of the changes on the document's meaning.
You must scan this email and any attachments for viruses.
Advanced Engine Components Ltd accepts no liability for any
loss, damage or consequence, whether caused by our own
negligence or not, resulting directly or indirectly from your
receipt of this email or the use of any attachments.
**********************************************************************
|