1
vote
2answers
34 views

C# Selecting XML Elements With XPathSelectElements()

I have this XML, there are multiple Elements of type 'vdsk', I want them all. I only have 1 in here for brevity. <?xml version="1.0" encoding="utf-8" ?> <diskStatsColl ...
0
votes
1answer
10 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
0answers
26 views

Extract mixed data from xml file

I want to do extract content from a node in a xml file that has mixed child nodes. Here is a copy of the layout: <content> bla bal bla... <p /> <img url="me3_img1.jpg">blaa ...
-2
votes
2answers
40 views

get child element using xpath and php [closed]

I have this sample xml file:- <products> <product_id value="1"> <tab_id value="251"> <dist_region value="5" /> <dist_region value="10066" ...
0
votes
1answer
49 views

Unable to evaluate expression in XPath

I;m using XPath to parse XML document returned by a URL, when i run my code with given inputs it works but when giving it inputs as a user input it throws an exception. The Code: class{ ...
-2
votes
3answers
48 views

XML DOMDocument PHP - Get node where attribute value

Purpose : Create a method to retrieve a nested element with a specific "id". What I have tried : Retrieve the code with x path expressions via DOMXpath class query method. Every time an empty ...
-1
votes
1answer
37 views

how to get all attribute using php xpath

I have one XML file:- <products> <product_id value="1"> <tab_id value="251"> <dist_region value="5" /> <dist_region value="10066" /> ...
-4
votes
0answers
31 views

Searching all links in XML document [closed]

I have an XML Document and I want to search all the absolute links containing .html, .jpg, .png using XPath.
0
votes
1answer
30 views

XPath expression doesn't match “%20” on iOS

I'm having a problem while looking for a string with %20 in a xml using xpath. I'm trying to match this string this: <navMap> ... <navPoint id="navpoint-2" playOrder="3"> ...
0
votes
2answers
35 views

How to split child node into multiple sibling child nodes each with a single subnode

I am a newbie at XSLT, so I'm asking for assistance. I have a number of XML documents of which the following is a representative example. The documents are divided into <sub-doc(n)> elements, ...
2
votes
1answer
25 views

Extract parts of string with XPath

I have the following tag in xml: <GameESRB> Mature10+ </GameESRB> I want to get all the characters that are not lowercase using XPath 1.0 and XSLT 1.0. Thus the result string for the ...
0
votes
1answer
41 views

Getting attributes values from a node in XML file

I have an XML file and i want to get values of the nodes attributes in it, it works efficiently when the node is usual but is the case of nodes named like something:something it didn't give me back ...
0
votes
2answers
41 views

Something wrong in printing XML node attribute value

I have a problem in printing the value of an attribute existing in a node in a given XML file.I use that code and it compiled correctly but didn't print anything: XPathFactory factory = ...
1
vote
1answer
31 views

How to get the full path of a node in XML file in java?

I have XML file parsed by XPath to get all the parameters in it, and then i want to get the full path to each parameter but my code didn't work for some reason. The Code: ArrayList<String> ...
-1
votes
1answer
16 views

Is there an XML editor that let's me parse by conditional statements? [closed]

I exported a SQL table to an XML document. The nodes are blog posts with title, content, post date, author fields. Some nodes (a few hundred) have empty 'content fields' and i'd like to remove these ...
-1
votes
4answers
39 views

XPATH method for retuning multiple dynamic results from a XML file using PHP

I have a form that the user types or selects a value the form is as follows <form id="search_photos" action="photo_result.php" method="get"> <input value="" name="photographer_id" ...
0
votes
0answers
33 views

Parsing html with qt?

How can I extract from a html page some content in the easiest way, such as for example all the strong tags whose parents are p and are of class A ? The xpath equivalent would be ...
1
vote
1answer
27 views

Get xml attribute in PHP

I wanna have the temperature from a city by using Yahoo Wheater (xml), xpath and php. This is the code that i use but it doesn't work fine. I can get an element (description) but not the attribute ...
0
votes
2answers
23 views

I want to retrieve an XML attribute value using XPath

I want to search an attribute value that exists in an XML file using XPath, for example to search in the nodes values you type "//ex1/ex2/ex3/text()" but what if i want to get the value of a parameter ...
-2
votes
2answers
42 views

XPath nested foreach

<root> <computer> <id>1</id> <parameters> <type>AMD</type> <name>SKION pc</name> </parameters> </computer> ...
0
votes
1answer
16 views

XSLT expression ..IF NULL or EMPTY return all rows

I have this XPath expression which works to filter rows with a Contains wildcard string But I would like it to return ALL rows initially, when search is null or empty. And I need to do it in line if ...
0
votes
0answers
26 views

XPath don't read child node as proper node

In our ASP.NET WebForms application I need to read the XML file with course article for e-learning and put them in div on webpage. Here is the simple XML file: <?xml version="1.0" encoding="utf-8" ...
-2
votes
2answers
46 views

Xpath query for xml file [closed]

I have problem with getting specific name from xml file using xpath. Here is xml code: <Zones> <Zone ID="AFI" Quantity="67" Length="140" Open="0"> <Name LngID="IT">Name ...
-1
votes
2answers
42 views

Generic XML parser design analysis [closed]

We need to create a generic xml parser and rule engine which reads xmls files and store the data in appropriate tables. Use Case: Suppose we have Afile1.xml coming from A <x> ...
-1
votes
2answers
24 views

Getting different namespaces from xml document

I would like to know how to get different namespaces from my xml document to use in a conversion to xsl-fo. What I have is the following: XML: <?xml version="1.0" ?> <?xml-stylesheet ...
0
votes
3answers
27 views

if element attribute value match then get image attribute value

i am try to get element image attribute. from this xml file:- <products> <product_id value="1"> <tab_id value="351"> <tab_name value="test1"/> ...
4
votes
2answers
53 views

Is there any Java API to generate xml at runtime with the input xml schema and key value pair of xpath expressions and data

I have the xml schema file at runtime which is changeable. I am getting the java Collection in my code with XPath expressions and the value to be entered in the XML file. With the help of all these ...
1
vote
1answer
61 views

How do I use xpath in Java to find a node value or attribute in an xml and replace it with another value?

Here is my Code so far: // locate the node(s) XPath xpath = XPathFactory.newInstance().newXPath(); NodeList nodes = (NodeList)xpath.evaluate("//root[text()='input[1]']", doc, XPathConstants.NODESET); ...
1
vote
1answer
44 views

value is match with xml element then return all there sibling attribute value.

i am try to get all attribute value if attribute value in my xml file. i am try this xpath:- var xPath = '//*[local-name() = "dist_region" and ' + ' ...
0
votes
2answers
26 views

XPath-Query with wildcard not working

It is driving me crazy. Can someone tell me why this query does not work: xquery version "3.0"; for $item in collection("openkernel/openehr_ehr/archetyped/") let $uid:=$item//uid/value where ...
0
votes
0answers
30 views

How do I identify duplicate logs in Microsoft EventViewer using XPath 1.0?

I have hundred of logs like the one which follows. I would like to avoid displaying duplicates by creating a custom filter in the EventViewer with XPath 1.0, using text contained in [EventData[Data]] ...
2
votes
0answers
42 views

How to escape “>” character in postgres version 9.2

How do i make the > sign display as is in PG version 9.2 ? I do not want it to show as &gt;. Query in postgreSQL SELECT XPATH ...
1
vote
2answers
53 views

Split a comma-separated field in XSLT and select or limit the number of fields

I wish to include data from an XML element that is in CSV format. Ironically, the output is a CSV file. The real problem is that the CSV format permits 4 keywords. ,,,,,,one,two,three,four,,,,,, ...
-2
votes
1answer
42 views

XPath to select nodes with certain name or attribute value [closed]

I want to remove footer section from html source. Consider the following cases, <div id="footer">Blabla</div> or <div class="footer">Blabla</div> or ...
0
votes
2answers
28 views

Python XML XPath partial failure message

in some code I maintain there's XML parsing using minidom library. For the XML structure similar to the below: <a val="a1"> <b val="b1"> <c val="c1"> Data ...
0
votes
2answers
50 views

Access an XML value using jQuery

I have this XML <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ...
1
vote
2answers
63 views

Using XPath - How do I select/count immediate siblings?

I am trying to compound immediate following siblings with the same values together. But I am having trouble to select only the IMMEDIATE siblings. Input: <ROWS> <ROW> ...
0
votes
2answers
55 views

XPath descendant axis

I am confused as to why XStylus returns this results when running a query regarding the descendant axis. I have the following XML file: <?xml version=”1.0”?> <!DOCTYPE BookStore System ...
3
votes
2answers
72 views

XSLT - What does “/.” do?

I am new to XSLT, so this question may be a bit silly. Could someone please explain to me what's going on here? I have a simple XML document (just for testing purposes) and its stylesheet. I don't ...
-3
votes
1answer
37 views

How do I structure poorly structured content based off of following/preceding-sibling text() node predicates? [closed]

Based on the source XML below, I want to capture the text nodes and <emphasis> elements that do not contain <emphasis bold="yes">NOTE#:</emphasis>, with their corresponding ...
1
vote
2answers
50 views

Calculate XPath expression for given XML element, is there a free alternative to Altova's XMLSpy? [closed]

I work with huge XMLs where I need to copy the XPath from specifics nodes. It's troublesome to go parent by parent node writing the path myself (such as ...
-4
votes
1answer
24 views

Using xpath to pick specific nodes from xml, and display in datagridview [closed]

I have a problem now. I need to display some value from xml file according to ID value to Datagridview. For example: when ID>200, dispaly the information to datagridview...Anyone can help, please. I ...
1
vote
2answers
35 views

XPath for text between tags

I want to verify a xpath with canoo webtest. My HTML looks like this: <div id="myDivId">Firstname Lastname</div> The space between the firstname and the lastname was created with a ...
0
votes
1answer
35 views

XPath searching multiple nested elements

I have the following html document <div class="books"> <div class="book"> <div> there are many deep nested elements here, somewhere there will be one span with some ...
1
vote
1answer
31 views

Confusion regarding descendant axis and '//'

Structure of a document: <program> <projectionDay> <projection/> <projection/> </projectionDay> <projectionDay> <projection/> ...
1
vote
2answers
62 views

Identify Duplicate Nodes in XML Using XPath

I am trying to identify duplicate group nodes in the following XML structure. I need to find all groups with the same name, wherever they are in the tree. <report> <group name="a"> ...
0
votes
1answer
18 views

How do I XPath to attribute whose namespace is different to its ancestor's

I'm trying to query the codebase attribute on line 11 of this XML file. <?xml version="1.0" encoding="utf-8"?> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 ...
0
votes
1answer
41 views

Unable to set range when using XPath with predicate /closed/

Closed the question as it wasn't an error - it just isn't possible I am trying to return a range that contains all elements in a listobject/xmlmap where a sibling element meets some criteria (a ...
0
votes
3answers
32 views

XSLT: Wrapping a node and following text node with another tag

I've got the below XML document that I'd like to transform using XSLT. Input: <ABS> <B>Heading 1</B> text <B>Heading 2</B> text <B>Heading 3</B> ...
1
vote
2answers
56 views

simple xpath not working to find a node

Iam trying to get a particular node with value equals my input parameter,my xpath is like this where b is the node I need string xpath = "/Batches/Measurement/Batch[market=someval]/b"; <?xml ...

1 2 3 4 5 71