Re: Xpath Programming Software Development by dilasing XPath is a major element in the XSLT standard. Without XPath knowledge you will not be able to create XSLT documents. Re: XPath to return sibling data Programming Software Development by iceandrews XPath 1.0 or 2.0? I'm working on something that might meet your needs, but IU don't understand what kind of FOR loop you mean. Are you implementing something in Java/C# that is using this XPath to get a certain node set? Or is this a pure XSLT problem to generate this output? Le me know and I'll look at it in the morning. Re: XPath for non-root xml Programming Software Development by xml_looser xpath evaluations go only with valid xml files for me the question is answered herewith to regulate the keeping of xml in xpath then ask without rootnode with '/ /' the means to address all child nodes Re: Xpath Programming Software Development by dilasing …compares two strings. -> fn:concat function (DB2 XPath) = The fn:concat function concatenates two or more …a single string. -> fn:contains function (DB2 XPath) = The fn:contains function determines whether a string … atomic values -> fn:normalize-space function (DB2 XPath) = The fn:normalize-space function strips leading and … Re: Xpath Programming Software Development by dilasing …partition document collections for optimal parallel execution with XPath and XQuery. I've not found any published…research on parallel evaluation or parallel execution with XPath. The XPath 2.0 requirements document identifies the need …to invoke user-defined functions (UDFs). XQuery supports XPath functions but it also supports UDFs. If you… Re: Xpath Programming Software Development by dilasing XML Path Language (XPath), one of the most successful XML technologies, is a syntax …and data model for addressing parts of an XML document. XPath includes over 100 built-in functions. There are functions for…, node and QName manipulation, sequence manipulation, Boolean values, and more. XPath was designed to be used by XSLT, XPointer and other… Re: Xpath Programming Software Development by dilasing You can use the XPath expression wizard to create XPath expressions. XPath expressions can be used to search through XML documents, extracting … Re: Xpath Programming Software Development by dilasing … indexed. It is called xmlpattern and not xpath because only a subset of the XPath language is allowed in index definitions. For… example, wildcards (//,*) and namespaces are allowed but XPath predicates such as /a/b[c=5] are not supported… Xpath Programming Software Development by kzubair96 Ive heard about Xpath a couple of times. Can someone explain me in detail what Xpath is? Re: Xpath Programming Software Development by dilasing XQuery 1.0 and XPath 2.0 share the same data model and support the same functions and operators. If you have already studied XPath you will have no problems with understanding XQuery. Re: Xpath Programming Software Development by kzubair96 How to create XPath expressions. Is there any easy way to create XPath expressions? Re: Xpath Programming Software Development by kzubair96 I have to work on XSLT. Do I have to know about XPath first for that? Re: Xpath Programming Software Development by ssahil11 I am working with DB2 database and want to learn Xquery. I have some experience with XPath. Will it be helpful in learning Xquery? Re: Xpath Programming Software Development by ssahil11 How do I return an XML value by evaluating XPath expression? Re: Xpath Programming Software Development by kzubair96 What are general DB2's XPath syntaxes? Re: Xpath Programming Software Development by dilasing These are W3 supported XPath syntaxes. i) / = Represents the XML root element. ii) /tag1 = Represents … Re: Xpath Programming Software Development by kzubair96 What are different XPath functions? XPath Programming Software Development by Andyyy … perspective [/code] Can any one help me out with the xpath for retreiving title "ABC Publication Listing" and also… Re: XPath Programming Software Development by mlohokare [QUOTE]Can any one help me out with the xpath for retreiving title "ABC Publication Listing" and also … XPATH Programming Software Development by barakros … get some FLD nodes from a LIN Node in 1 XPATH command so I can get these values in 1 command… XPath query problem Programming Web Development by dr3ex …"ERROR 1!"; } } else { $url = ""; $xpath = ""; } echo ' <form action="xpath_tester.php"…br /> <label for="xpath">XPath</label><input type="… xpath help needed by newbie.... Programming Software Development by bigtiny … QA web testing tool. The API supports the use of XPATH statements to parse web pages. The script I am writing… to have to do something like: $myobject->select("XPATH to drop down here", "Value for selection is… be done, or am I overloading my expectation of the XPATH capability? If any of you understand this and can offer… XPath in Java using reverse search returns nodes in document order Programming Software Development by Ronene …of returned collections is not specified in the XML XPath Language 1.0 Recommendation, this extension method returns nodes…XML file , but what I need is , when XPath uses the preceding-sibling axis ,then return the nodes in…; Now ,If I type the query : Object myQuery= xpath.evaluate("stock/book/chapter[3]/preceding-sibling::chapter//title… xpath Invalid expression Programming Web Development by shasha821110 …when i run my code, i always got the xpath Invalid expression warning. So here is my question: Assume… = new SimpleXMLElement(file_get_contents('item.xml')); $item = $xml->xpath("/root/./.[@id='{$id}']"); //want to go to the… item $items = $item->xpath("../..");//want to go to the items ?>[/code… Re: xpath Invalid expression Programming Web Development by pritaeas …new SimpleXMLElement(file_get_contents('item.xml')); $item = $xml->xpath("/root/items/item[@id='{$id}']"); print_r($item); echo…'<hr/>'; $items = $item[0]->xpath("../..");//want to go to the items print_r($items… between, so you can see what happens. xpath returns an array, even though there is only… XPath Substring question Programming Software Development by TheBrenda I have a grid where you input the XPath to retrieve the values from an XML file. Client wants … Card. I have come up with the following XPath Substring statement, but my usual XPath statements start with // and in the code… node, want the actual value. How do I take this XPath Substring and extract the last 4 of the Credit Card… Re: XPath to return sibling data Programming Software Development by TheBrenda … XmlNode For i = 1 to 10 xpath = "(\root\data\app |\root\data…;] (curr_fname | prev_fname)" node1 = xml.SelectSingleNode(xpath) xpath = "(\root\data\app |\root\data\coapp)["…; "] (curr_mname | prev_mname)" node2 = xml.SelectSingleNode(xpath) Field = Field + ", " & node.innertext… XPath Converter Question Programming Software Development by JohnRodey I have XPATH statements that are written to work with data based on … schema 1.0. Now I want to use those same XPATH statements on data that written based on a newer schema… be able to create a converter that transforms my old XPATH statements into new statements that will work with my new… Xpath Corelate Parent With Variable number Of Children Programming Software Development by rototem …another. I need to get directly name of teams using xpath and put it in array but also get the league… for each team , which , in terms of xpath , means the parent of each children, like this : $feed = … what can I do ? Is there any solution to make xpath corelate children witj parents and treat them separately ?? Thank you… XPath with MSWord XML Template not working Programming Software Development by zigpy_siva … the XML Template of MS Word, and trying to use XPath(in a tool not code, but the same is not…. programeticlly we are using java w3c dom when trying the xpath "//w:customXml" it is returning 0 nodes, but… 4 nodes. please help in getting the values using a xPath...