Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Problem while retrieving data based on condition

From: "Pathik" <gandhi.pathik@-----.--->
To: NULL
Date: 4/2/2007 2:33:00 AM

Hi All,

I have to get the values of "reading" and "value" elements of context
Person/Category/Group/ser.These values must be on condition
based,means I have to get the values of "reading" and "value" if
entity="abc" and value="1" , and entity= "def" and value="2" at the
Person/Category/Group/series/Key.

My xml source file is as follows.

<?xml version="1.0" encoding="UTF-8"?>
<Person>
     <Category>
         <Group>
             <series>
                 <Key>
                     <Main entity="abc" value="1"></Main>
                     <Main entity="def" value="2"></Main>
                 </Key>
             </series>
             <ser>
                 <reading>age</reading>
                 <value>100</value>
             </ser>
             <ser>
                 <reading>height</reading>
                 <value>6</value>
             </ser>
             <ser>
                 <reading>weight</reading>
                 <value>80</value>
             </ser>
         </Group>
       </Category>
  </Person>


I am new to xml. I don't know how to write xpath for such a thing.
Please take a look at and give me suggestions how i should i approach
this problem.

Thanks and Regards,
Pathik



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