Tagged Questions
0
votes
0answers
16 views
How to publish the xml entity's contents between the designated simple feed xml tags
Below is the current published XML feed structure and is correct and the in required format but without the entitys contents revealed:
<root><property><images>
<image ...
0
votes
1answer
12 views
Select elements other then a specific one form Xml Object
I am parsing the array given below. Looping through td using foreach. Now i want to select the value other than [@attributes]. I cannot use a or p specifically as they change through out the objects.
...
0
votes
1answer
19 views
How I get the Parametervalue of a xml for the treeview`?
hi i have a xml and i want it show in my treeview in C#
it works but the treeview don't show me the what i want see.
i try to explain my problem:
here is the xml:
<?xml version="1.0" ...
0
votes
2answers
25 views
how i can use a string that have the same structure how a xml file for a treeview?
hi how i can use a string that have the same structure how a xml file for a treeview.
For Example here is a part of the string coontent..
<?xml version="1.0" encoding="UTF-8"?>
<LM-X ...
-1
votes
0answers
11 views
android xml parse view source [closed]
Hi everyone I wonder if anyone can help, basically i want to parse an xml file i have stored online. I have it working fine with ios and i have parsing working on android using another xml file link. ...
4
votes
1answer
42 views
C# - Finding element attribute with XDocument
I'm trying to get the PurchaseDate from the following XML structure (a receipt from an in-app purchase in Windows Phone):
<Receipt Version="1.0" CertificateId="..." ...
-7
votes
1answer
70 views
What is mistake in below code in iphone [closed]
I am new to i phone programming.I have created a web service and a function in it that should return a records retreived from a pervasive database.
But i am not getting output. Its showing some ...
0
votes
0answers
12 views
Parsing with castor XML parser
I have a quick question about xml parsing with Castor.
I have an incoming message which looks like
<Book>
<Page>
<Page>1</Page>
</Page>
<otherInfo>
...
-1
votes
3answers
90 views
Script to parse .xml files and list tags [SOLVED]
I need a script to go through a directory recursively and parse every .xml files and list tags by order of most frequent to less frequent and tell how many times each tag appears in order to make a ...
0
votes
1answer
65 views
calling a variable in php
i have written two seperate scripts in php. one of them is parsing xml data and the other one is date sorting.
xml parsing
<?php
$date = date ("d.m.Y");
$url = ...
1
vote
1answer
50 views
WSDL/XML parsing iOS objective C
I would like some help to parse this Response. I think it is WSDL and would like to check "Successfully Entered" string. Below is the code:
<soapenv:Envelope ...
-3
votes
0answers
38 views
Value not getting inserted in array [closed]
I have to insert value in respective array like type nameattribute value and get them in console from array.
import javax.swing.ImageIcon;
import javax.swing.JScrollPane;
import ...
0
votes
2answers
18 views
c# RequestStream changes equal to comma
I have a program where I am using POST to send an XML message to an endpoint. It is properly formed in the output both before and after being converted to a byte array, but once it is received by the ...
-1
votes
0answers
36 views
values not displayed in array
public static void main(String[] args) {
final String[] vt= {};
String[] namearray = null,typearray = null;
double[] valuearr = null;
JFrame frame = new JFrame("TabbedPane Source ...
1
vote
1answer
36 views
Basic Songkick API XML parse with loop
i'm trying to parse the Songkick API into a list of an artist's upcoming show dates. From what i've been able to find, the following should do that. The problem is, it doesn't work.
The code ...
3
votes
3answers
58 views
Parse XML into DOM tree with custom object implementations in Java
I want to parse an XML document into a DOM tree in Java such that certain objects (e.g. instances of org.w3c.dom.Node or org.w3c.dom.Element) in the tree can be downcast to instances of classes that I ...
-2
votes
0answers
34 views
Search Recursive XML Parser PHP [duplicate]
I have an XML file:
<?xml version="1.0" encoding="utf-8"?>
<level1>
<level2>
<id>1</id>
<dataGrp>
<data ...
-3
votes
1answer
33 views
Trouble processing an XML feed [closed]
I have an XML feed which I need to parse so I can output each product in the feed. The feed is available here: http://webservice.dba.biznetservers.com/rudells.asmx/GetOrderPivotStones
I need to parse ...
1
vote
1answer
30 views
Python xml parsing using minidom
I just started learning how to parse xml using minidom. I tried to get the author's names (xml data is down below) using the following code:
from xml.dom import minidom
xmldoc = ...
-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>
...
0
votes
1answer
32 views
xml parsing of img src from the XML response
I have an xml response as:
{
text = "<img alt=\"Marco Bueno\" src=\"http://u.goal.com/136600/136687_thumb.jpg\" style=\"float: left;margin:0 10px 10px 10px;\" title=\"Marco Bueno\" /><p ...
1
vote
1answer
44 views
storage error on default handler
I have to store data from sax parser in array but it shows nullreal values and lastly it is showing exception of Array out of bound. How do I add all the data types in array like name attribute vtype ...
-1
votes
0answers
30 views
Retrieving rest XML and parsing it using javascript
My problem is that I have a database which stores various information. All of the data can be accessed through REST and will provide an XML response. I have been trying to develop a test HTML page ...
1
vote
1answer
23 views
Wordpress simplexml_load_file() parse error
So i am having a killer issue. I can't get this xml data to show. It was working 3 months ago and now it's not. Any suggestions to fix this bugger would help me out a ton!
Yes - I have checked to ...
-1
votes
0answers
18 views
Parsing XML records in java 6 or Python 2 with no XSD or style sheets [closed]
I have eclipse, Java 6 and Python 2.
I have XML records that are somewhat complex
e.g.:
<?xml version ="1.0'
....
<param_group name ="General">
<param_group name ="Basic ...
1
vote
1answer
21 views
XML parsing and display in JTabbedPane
I am newbie to java I have parsed XML now I have to display it in respective JTabbedPane. I have error on attribute object on start element method.
Where am I going wrong?
import ...
1
vote
1answer
21 views
iOS NSXML dictionary not adding to array
I have an instance of the NSXML Parser parsing some xml and storing it in an array of objects. The XML has some image URLS and titles that I am trying to add to a dictionary, and then add the ...
1
vote
2answers
63 views
XML Parsing with same element tags but unique data
I am parsing xml that has many of the same tag. Inside the tag there is a name of a value and then the value. My issue is is that I need to separate those values.
This is an example of the xml I have ...
0
votes
0answers
17 views
python parse namecheap xml response [duplicate]
I am a fairly new Python dev working on my first XML project. I am working with the namecheap API and trying to parse the XML response with the Elementree python module:
<?xml version="1.0" ...
0
votes
0answers
32 views
Generic component for XML using SAX parser
I am an Android developer, I have to create a generic component for parsing xml using sax parser. For any kind of schema I should create a common component through which we can parse the xml and save ...
0
votes
1answer
33 views
Find node in xml, despite how many nodes deep it might be
This is a segment of an extremely large xml. I'm super confused as to how to get the results that I need from it.
<Task ID="269930118" Name="Name1" Active="0" NextEID="65" TT="COS" AR="0">
...
0
votes
2answers
24 views
Reading a specific XML node within several of the same type
I am parsing a config tasks and I need to get all the tasks that don't have an "email on failure" part. Below is the section from the xml of the tasks.
<Settings>
<Tasks>
...
0
votes
1answer
25 views
Error parsing XML: unbound prefix - namespace error
There's something wrong with my xml file. I know it's something connected with namespaces.
I wrote this TOPIC and tried to do some magic, but that still doesn't work.
As You see I marked Linear Layout ...
0
votes
0answers
24 views
How to send a request xml to a server and get a response xml
I need to send a request xml to a server apache, and get a xml response, end after that to parse him. I need this for a log in.
In this way I create the request xml:
public Document ...
0
votes
1answer
36 views
How can i parse a xml from google?
I'm trying to get the length of a journey through the google service.
I've managed to get the xml but I do not know how to parse it for the duration.
The URL is:
...
-1
votes
0answers
23 views
What is a bracketed array markup language called and how to be parsed?
Context: I'm connecting to the Wolfram|Alpha API, and I can get data returned, structured as the following (example: "Princess Diaries"). Is this a standard markup structure, and how is (or could) ...
-4
votes
1answer
53 views
Sax Parser not parse the special character [closed]
The sax parser not parse the "Champagne Bonnet Launois 1/1". It give the following exception
this is the xml tag.. <item_name_1>Champagne Bonnet Launois 1/1</item_name_1>
05-10 ...
0
votes
1answer
23 views
Trouble while using AsyncTask to parse xml from sd card
I have some problem with AsyncTask in my application.
There is AsyncTask which takes File from sd card and makes operations with it.
It is actually giving me a proper result, but while doing the task ...
-1
votes
1answer
48 views
Read Excel spreadsheet xml file[Java]
I have Excel spreadsheet xml file(generated from excel via save as Excel XML Spreadsheet 2003) and I need to extract data from it in java.
I found similar topic:
How to load old Microsoft Office XML ...
-4
votes
1answer
31 views
Get each url in array as a variable [closed]
This gets urls from bing and puts them in an array. I'm confused on how to get each individual url in a different variable though, anyone help?
<?php
function searchBing($search_term)
{
...
1
vote
2answers
30 views
Accessing and getting response from API call
I am checking out the namecheap api and am having some difficulty getting started. I am trying to access the api after setting up the sandbox account etc and a sample response is in XML format:
...
0
votes
0answers
15 views
iOS NSXML parsing nodes with colons
I am using NSXML to parse some XML, however there are some nodes with colons in the them and I want to be able to access their attributes. How would I do this? Below is the xml. I want to include both ...
1
vote
2answers
57 views
How do I get the content between two xml tags in python?
import xml.dom.minidom
water = """
<channel>
<item>
<title>water</title>
<link>http://www.water.com</link>
</item>
<item>
...
0
votes
1answer
36 views
Pull Parsing local XML File in Android
I'm trying to parse specific parts of a local XML using pull-parsing however, I'm not sure how I read those parts. I'm using the code:
package com.example.xmltest;
import java.io.IOException;
...
0
votes
1answer
26 views
Parsing Indexed XML in Android
How do I go about parsing a local XML file to be able to put its string values in the TextView.setText(String) method? My local XML file looks something like this:
<quran>
<sura index="1" ...
1
vote
2answers
51 views
Parsing Date from String
I have the following timestamp stored as a String that I would like to parse using SimpleDateFormat but I'm having some issues with converting:
My TimeStamp which I read in from an xml file: Tue Dec ...
0
votes
3answers
63 views
parse this xml file in java [duplicate]
how to parse this xml file in java .to read all the attributes of this xml file in java?
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance">
...
0
votes
0answers
21 views
TBXML parsing issue
Parsing a XML file using TBXML, gives me: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CXMLElement stringByDeletingPathExtension]: unrecognized selector sent ...
0
votes
1answer
44 views
android/java: cannot parse existing XML file? (mac)
I am making a simple android application and I am having issues parsing a simple XML file.
I get the FileNotFoundException even through the file exists and I have all the permissions for it. I tried ...
1
vote
2answers
39 views
Can Java Swing HTML parser parse any type of Markup Language contained in an HTML document or just HTML?
I have an HTML with some XML data in it,and I want it to be parsed.Will the Swing HTML parser be able to navigate within those XML tags?



