0
votes
1answer
24 views

What browsers support Xpath 2.0?

I have recently been working with XPath and have been searching for information on which browsers support XPath 2.0 without much luck. The best I could find was the query technologies comparison table ...
0
votes
1answer
25 views

Xquery: Dividing the attribute value by spaces

So I'm trying to get the country codes of this river. <river id="river-Donau" country="SRB A D H HR SK BG RO MD UA"> </river> How can I access them individually?
1
vote
1answer
29 views

Is there a way to assign a variable in XPath?

Is it possible to do the following by just using XPath? I would like to find a way to do this in 1.0 I don't think its possible in 1.0. Example <test> <title>title1</title> ...
0
votes
2answers
38 views

XPath to retrieve text within span

I am trying to figure out the XPath which will retrieve the 'text Data 3' from the following HTML snippet <span class="inner-span"> Text-data 1 <br> <span>Text Data ...
0
votes
2answers
25 views

Is it possible to write this generally? XPATH 2.0

Is it possible to write this test more generally. I´ve sat on it for hours and I can´t figure out :D. <pattern> <title>Pravidla pro měnu(CZK/USD)</title> ...
1
vote
2answers
142 views

How to get maximum or minimum from multiple sets of calculated values with xpath

I need the maximum of three three kinds of values. I've got a structure similar to this. note:the first two answers are based on a previous example xml (in set 2 of night the max-above-average was ...
0
votes
2answers
38 views

How can I return the sum of things counted in xpath

for $b in doc ("courses.xml") //Course_Catalog/Department/Course where count($b/Instructors/Lecturer)=0 return count($b) This code returns the result: 1 1 1 1 1 1 1 1 1 1. What I acutally want is ...
3
votes
3answers
112 views

XPath expression selecting element based on another node's value

With the following XML, is it possible with an XPath expression to select local item elements where the regional item's amount with the same code is within 5% of the local item's amount? In this ...
0
votes
1answer
73 views

XPath for image in popup

I'm using Scrapy to crawl a webpage. I get the XPath selectors by using an xpath Chrome extension, which works fine. I'm getting everything I want on the product page like description, price etc. If ...
1
vote
1answer
32 views

How to count the number of specific countries in XPath

I want to count the number of Russian speaking countries in the db. I started with doc("countries.xml")//country[language="Russian"]/data(@name) which gives me the names of the countries. I know I ...
1
vote
2answers
70 views

Program/Tool to evaluate XPath 2.0 expression

xmlstarlet can be used to evaluate xpath 1.0 expressions. But it doesn't support XPath 2.0 expressions. What program/tool can be used to evaluate an XPath 2.0 expression? Something preferably written ...
2
votes
1answer
650 views

How to calculate a weighted average in XPath or XQuery?

I need to calculate a simple weighted average in a XForms form. How can I do that in an elegant and declarative way using XPath and/or XQuery ? [EDITED] This is the source XML document : ...
0
votes
1answer
60 views

how to call my template and my funtion sequentially in xslt 2.0?

I am using xslt2.0 for convert one xml format to another xml format. This is my sample xml document. <w:document> <w:body> <w:p>Para1</w:p> ...
0
votes
1answer
89 views

What is the difference between these 2 XPath queries?

Both queries retrive pictures that has been liked more than 5 times. What I think is that query 1 defines the relative path while query 2 don't and that's why query 2 uses "ancestor". Am I right? ...
2
votes
4answers
63 views

The difference between these 2 XPath queries

I don't understand why we should use text() instead of just using "." What is the difference? //library/book/author[text() = "An Author"] vs //span[@class="whateverclass"][. = "An Author"]
1
vote
3answers
114 views

What is the time complexity of an index access for an element in an XPath expression used in XSLT?

What is the time complexity of the index access for the following XPath expression in XSLT? <xsl:value-of select="User[2]/username"/> O(log(n)) O(1) or O(n) I have a sorted xml-file with ...
1
vote
3answers
149 views

Xpath: All nodes until a node ( Wikiquote.org )

DOCUMENT: http://en.wikiquote.org/wiki/The_Matrix I'd want to get all quotes (//ul/li) of the first section (Neo's quotes). I cannot do //ul[1]/li because in some wikiquote's pages a quote is ...
1
vote
1answer
191 views

Cannot use XPATH to get a value from SOAP response

Please help me to get value (013b92124ce54924) in "<web:prop value='013b92124ce54924' name='serviceId'></web:prop>" I tried to use the xpath command unsuccessful: ...
0
votes
1answer
81 views

PHP XPath queries: how to understand them?

I'm new to PHP and I just realized that XPath queries are NOT written in PHP... is that right and eventually what language should I study to master them ? XML? Javascript?
0
votes
1answer
112 views

PHP How to merge 2 queries

I have these 2 queries: 1) Get all the URL of the images: $imgs = $xpath->query('//div[@class="pin"]/div[@class="PinHolder"]/a/img'); 2) Get how many people facebook-liked every image: ...
1
vote
2answers
96 views

Safest way to extract all variable refs from xpath expression in java

I'm using java and saxon processor. Let say I have some XPath expression with possible variable refs in it. I also have some custom xpath functions which can be nested to arbitrary depth which can ...
0
votes
1answer
62 views

How to convert the int number into money format in X-path expression?

I want to convert the number (ie.1000) directly into into the money format like(ie.1,000).how should i do that?
1
vote
2answers
62 views

Node comparison using xpath

I have the following xml document (only a digest to show the structure, as it is quite long): <document> <article> <head>ISA Savers Could Lose Tax ...
-1
votes
2answers
111 views

The XPath @root-node-position attribute info

I couldn't find the @root-node-position XPath attribute/selector info. Would you give me a link of where i can read about it? Is it XPath 2.0? The code (not mine) is ...
4
votes
1answer
148 views

xpath 1 and xpath 2 return different results when determining min and max value

I have following question relating to XPATH1 and XPATH2: <document> <val>3</val> <val>11</val> <val>3</val> <val>2</val> ...
-2
votes
2answers
81 views

Is there any method to get any type of sibling of a particular node in Xpath 2.0

Is there any method to get any type of sibling of a particular node in Xpath 2.0 The axes "following-sibling" only supports for the same type of siblings. Ex: <node> <b ...
0
votes
1answer
51 views

XPath 2.0 Query: 1 element, check between two dates

This is how my XML-file looks like (1 record: ) <movie> <idMovie>4373</idMovie> <Name>Casanova</Name> <Timestamp>2012-11-15 ...
3
votes
4answers
372 views

XPath 2.0 - select all nodes between 2 elements

I have the following XML file: <document> <article> <head>headline 1</head> <text> <paragraph>foo</paragraph> ...
1
vote
1answer
603 views

Xpath 2.0 online Checker

Is there any plugin or software where i can check the functions of Xpath 2.0 ?? Currently i am using Xpath Checker (ff Plugin) which only supports Xpath 1.0.
4
votes
3answers
1k views

Nested conditional if else statements in xpath

I have this XML: <property id="1011"> <leasehold>No</leasehold> <freehold>Yes</freehold> <propertyTypes> ...
1
vote
2answers
108 views

All X elements below Y, but before another, descendent, Y

<div n="a"> . . . . . . <spec>red</spec> <div n="d"> . . . </div> <spec>green</spec> . . . <div ...
2
votes
2answers
130 views

XPATH for first element whose name is among the names of some other elements

<choices> <sic /> <corr /> <reg /> <orig /> </choices> <choice> <corr>Red</corr> <sic>Blue</sic> <choice> ...
2
votes
3answers
113 views

How to get hrefs referring to elements with distinct values using XSLT 2.0 or XPath 2.0?

I have the following XML input <a href="h1" /> <a href="h2" /> <a href="h3" /> <b id="h1">E1</b> <b id="h2">E1</b> <b id="h3">E2</b> <b ...
2
votes
1answer
647 views

Find duplicate sibling with xpath

How to find only nodes with at least a similar/equal sibling node using Xpath? For example: <root> <parent> <node>...</node> ...
2
votes
3answers
2k views

xsl if test starts-with

given this piece of xml <dc:date>info:eu-repo/date/embargoEnd/2013-06-12</dc:date> <dc:date>2012-07-04</dc:date> i should need with xsl to output only the year of the string ...
2
votes
2answers
80 views

Substrings from iterable node

Please consider this sample file: http://www.w3schools.com/dom/books.xml This XPath expression //title/text(), returns: Everyday Italian Harry Potter XQuery Kick Start Learning XML Now ...
1
vote
2answers
156 views

How to combine different value return by Xpath

<p class="pd-price"> <img alt="€" src="http://www.redcoon.es/templates/tpl/img/pd/pd-price/euro_small.png"> <img class="offsetStandard" alt="2" ...
2
votes
2answers
72 views

XPath: “string list” except “string”?

I am using XPath together with XSLT (both version 2.0). I'd like to get a list of strings except for a single string: <xsl:param name="lang" select="'de'"/> <xsl:variable ...
0
votes
3answers
92 views

how to get the next immediate following::node() <w:tbl> elements of the context node using xslt2.0?

I want to convert one xml format to another xml format by using xslt 2.0.Now i want to get the next immediate following::node() elements of the context node.for example, This is my xml document: ...
0
votes
1answer
85 views

How to check first preceding-sibling is w:tbl of the context node in xslt 2.0?

This is XML Document. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" ...
0
votes
2answers
130 views

struck with for-each in xslt 2.0?

This is my xml document.I want to convert this to another xml format using xslt2.0. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <w:document ...
3
votes
2answers
117 views

get specific data from table with xPath

I've this table with source code HERE: I want to get all rows, wich I can do using: The expected final output using string-join($doc//*[@id='salaries']/tbody/tr/normalize-space(.), '&#xA;') ...
1
vote
3answers
328 views

How to find if element has ancestor based on a variable or parameter (XPath 2.0)

The problem I'm trying to solve is to get all elements that contain only a unique text element but at the same time also being able to exclude node trees based on a element name passed as a parameter ...
-2
votes
1answer
221 views

How to get the next immediate following-sibling of the current processing element in xslt 2.0?

I am using xslt 2.0 for transforming one xml file to another xml file.In XSLT 2.0, i created a function that takes one argument.Actually, the argument is a collection of <w:p> elements.So, in ...
0
votes
1answer
162 views

How to Check following-sibling is w:tbl in my function and apply my template using xslt2.0?

This is my XML document. I want to convert this XML document into another XML document (see required output XML section).I have written one function which collects all the w:p elements for further ...
0
votes
2answers
131 views

xpath 2.0 selecting elements by attribute

I have been using the following xpath selection in xpath 1.0 <xsl:variable name="id"><xsl:value-of select="./@id" /></xsl:variable> preceding::exm:messageFlow[@sourceRef = ...
0
votes
1answer
111 views

Not able to get required XML elements using XSLT2.0?

This is my XML document. I want to convert this XML document into another XML document (see required output XML section). <?xml version="1.0" encoding="UTF-8" standalone="yes"?> ...
1
vote
2answers
193 views

Xquery: Get Previous week days

Is it possible to get the days(mon-sun) of the previous week in xquery?
2
votes
3answers
265 views

Go up one node and see if the parent node equates a particular node in XSLT

I want to see if the parent node of the current node I am referring to is equal to a particular value. I did it as follows but no use. eg. <v:name> <v:age> when at "age" I tried ...
1
vote
1answer
69 views

xpath selection of a title node within a resultset

I've an xml doc like below. I was trying to select a title node with a particular value in it say "![CDATA[ 1234 ]]". That Title node may be in any Type node. I was using this xpath query ...

1 2 3