What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top XPath Solutions: 1 - 14 of 14
  • 1
 
Hi! I have a XML DOMDocument object where I need to find a combination of a ID and a ITEM_TYPE tag. When we have a result, I need to know the ID and ITEM_TYPE for all parents back to the roo...
I have a Crystal Report, I'm passing a stored procedure (SQL Server 2005)  on ProviderID.  What I want to happen is for the user to be able to pick from a list of all services for that Provide...
Hi, I'm trying to add a node to some XML, but can't quite get what I'm after. I can add a child using append child, I really want to add the node as a sibling after the node I've selected. Fo...
Hi I have the following xml document and I want to retrieve the <env:identity> value. I am using VB.Net and have code to try and extract the data but I cannot seem to get it to work. A...
I have an OPML xml file. I am getting the child nodes via template matches an iterating through using a XSLT for-each  to display data in the nodes in a HTML list. What I need to do is to use ...
Greetings experts, I need some help on writing a Xpath statement for Infopath to search a secondard datasource and return only results that match the filter(s).  I wrote the below but it do...
Hi all, I'm trying to take an xml output from a url and parse it. The xml output is from the following url http://www.thebafa.co.uk/xml?xml=seasons As you should be able to see, the xml...
I have been trying to parse this XML file for 3 days.  XMLDocument and XPathDocument can't read it.  I am at a total loss!
Hi, I have this XML: <xml>      <newElement>           <section>                <detail>A</detail>           </section>           <section>                <detail>B</detail>           </section>           <section>                <detail>C</detail>           </section...
Given the following XML example, is it possible to use XPath to return just "Kermit"? <MuppetsCollection> <Muppet Name="Kermit" baseObject="Frog" /> <Muppet Name="Ms Piggy" baseObejct="Pi...
I am migrating my developing environment from WebSphere to RAD .I am unable to read config file parameters .
I'm developing a java application to exchange information by using the XML document. I use the SAXbuilder to do the DTD validation and the parser will return me the error description when enco...
<parentcats id="0">   <catName id="Amplification" name="PA &amp; Sound Equipment">     <catName id="PASystem" name="PA Systems" />     <catName id="SpeakerCabinet" name="Speaker Cabinets"> ...
Suposse this xml <xml>      <ref value="24.3">      <values>           <any value="93.7" id="A"/>           <any value="15.7" id="B"/>           <any value="6.11" id="C"/>           <any value="48.76" id="D"/>           <any value="...
 
  • 1