An XML parser goes through XML trees and extracts the information
0
votes
0answers
4 views
Viewpoint for X3D Centering
Can anyone please help me in calculating center of rotation and position of a X3D object?
I've noticed that aopt tool by InstantReality adds something like:
<Viewpoint DEF='AOPT_CAM' ...
2
votes
0answers
31 views
Android: Incorrect Date when Converting from Seconds
I'm parsing some date data from an XML string into a hierarchy of model objects. The dates are in a 10-digit seconds format. I use the method below to convert those seconds into Date objects
public ...
0
votes
0answers
19 views
Storing XML node values with R's xmlEventParse for filtered output
I have a huge xml file (260mb) with tons of information looking like this:
Example:
<mydocument>
<POSITIONS EventTime="2012-09-29T20:31:21" InternalMatchId="0000T0">
<FrameSet ...
0
votes
1answer
9 views
retrieve linkedin profile url from php api
I am using the Simple LinkedIn PHP Library to create a searching feature for an application. The user can search through LinkedIn and retrieve matched users information. As of right now the feature is ...
1
vote
1answer
28 views
XML class description to C++ class description: a design pattern?
I was wondering whether there are any specific design patterns (maybe targeted at C++) for this situation.
I have an XML file containing data in this format:
<STH_XML>
<tag1>
...
0
votes
0answers
7 views
Multiple XML Query Issues
For a project that I am working on I need to query one XML URL and retrieve a list of players using a predetermined franchise id. With those player ids I need to query a second XML URL and retrieve ...
1
vote
5answers
41 views
How to use sed to extract substring
I have a file containing the following lines:
<parameter name="PortMappingEnabled" access="readWrite" type="xsd:boolean"></parameter>
<parameter name="PortMappingLeaseDuration" ...
0
votes
0answers
20 views
How to read XML file with Android 4.2.2
I´m reading info from an XML file and it works in Android 2.3.6 but not in 4.2.2. Any idea about it?
This is my code in MainActivity
static final String URL = ...
-2
votes
1answer
25 views
display only nodes in XML with specific attributes in php [duplicate]
if i have:
<listing>
<name>Bob</name>
<age>20</age>
<hair>red</hair>
</listing>
<listing>
<name>John</name>
...
0
votes
1answer
13 views
Geocoding doesn't work now V3 is in play
I have a internal site which uses php to look through my msql customer database. Find any customers which do not have lat and lng fields filled in. Grab the postcodes and geocode them posting the lat ...
0
votes
0answers
58 views
Load SVGdocument from a svg file
I'm trying to load some svg files and save each in JSVGCanvas[] svgCanvas, so I can reach them later in the program.
What I did so far is the followings:
String parser = ...
0
votes
1answer
15 views
How to solve a naming conflict when specifying a custom prefix using XPath?
I'm running PHP 5.4.14, and I'm trying to use XPath to search inside an XML document. I can't know which namespace prefix will be used for each namespace, so I define my own prefixes using ...
0
votes
1answer
27 views
Parsing XML with ActionScript 3.0
I have a XML which goes like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Row>
...
0
votes
4answers
36 views
How to get data from html page using java?
How to get data from XML/HTML page?
I'd like to make an android app, in which users get a notification of a school-lesson that fell out.
This is what the website looks like:
...
0
votes
1answer
16 views
Default Handler - fetch tag name
I am implementing a Default Handler in Android. My xml doc looks like -
<item>
<rating>1</rating>
<num>20</num>
</item>
I am overriding the characters ...
0
votes
1answer
13 views
Parse youtube feed output
Hello I am having a problem retrieving a value from this link.
So far I've been using this line of code.
$str = "https://gdata.youtube.com/feeds/api/videos/VdbUBcOCU_A";
$blow =(explode("'",$str));
...
1
vote
1answer
25 views
How do I parse XML data with xmlbeans?
I want to parse xml data using xmlbeans and store it into objects,The following is the xml file, I want to parse it, I have model I just want to store all data into model objects, ...
-3
votes
0answers
14 views
iterate through every xml node and append node and value to string
I have following xml Format:
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Name>TestDoc</Name>
<Style id="Style1">
...
0
votes
1answer
21 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
2answers
39 views
java xml parsing for ISO-8859-9
I'm trying to parse a string to xml for ISO-8859-9. My code is :
private Document stringToXML(String input)
{
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
...
0
votes
2answers
21 views
Partial Unmarshalling of an XML using JAXB to skip some xmlElement
I want to unmarshal an XML file to java object using JAXB. The XML file is very large and contains some nodes which I want to skip in some cases to improve performance as these elements are non ...
0
votes
1answer
14 views
Link Multiple Markers from XML on Google Maps [duplicate]
I was able to pull in my markers from an XML file and place them on a Google Map, but now I want each marker to link to its respective url once clicked. Can someone please let me know what I'm doing ...
0
votes
0answers
30 views
C#.Net 2008 -> C++ translation
so I have found the following program and I am trying to accomplish the same result in C++.
Please note this is NOT written by me, simply trying to understand it and rewrite in C++.
What it does:
It ...
1
vote
1answer
28 views
Which xml parse impl to parse only a part of the XML and store it in DB
I've been searching the web but I didn't find anything that meet my requirements and am not sure what to do. I know this has been asked several times but not exactly the same as this.
We have some ...
0
votes
1answer
21 views
parsing text file into array of objects
Hi I have text file looks like below.
operation=EAT
starttime=134662223
endtime=134665223
totaltime=3454
end
operation=DRINK
starttime=134662223
endtime=134665223
totaltime=34354
end
operation=SLEEP
...
0
votes
2answers
19 views
Duplicate values in list when parsing xml?
I have xml:
<?xml version="1.0" encoding="UTF-8"?>
<rows>
<row>
<ro new="TEMP_1">TEMP_11</ro>
<ro new="TEMP_2">TEMP_12</ro>
<ro ...
-1
votes
0answers
9 views
Workaround for XMLSchema not supporting maxOccurs larger than 5000
My problem is with parsing an XSD Schema that has elements with maxOccurs larger than 5000 (but not unbounded).
This is actually a know issue in either Xerces (which I'm using, version 2.9.1) or ...
-7
votes
1answer
67 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
1answer
25 views
XMLReader skips every other node
I've been searching for similar problem, but every of those are simple to resolve (double reader.Read() method), but mine is very odd...
Here is my ASP.NET C# method:
private ...
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>
...
0
votes
2answers
39 views
How Can I parse Special characters in XML by obj-c?
I have an XML tag like
I can parse this element, but i get only the s character in my string.
<title>Transport information Classic World's </title>
And I parsed it like ...
1
vote
1answer
30 views
Converting XAML to XHTML using XSLT
I need to convert X(A)ML to XHTML using XSLT.
Following is the XAML input data :
<Section>
<Paragraph>
<Span Text="plain 1 " />
<Span Text="bold" FontWeight="bold" ...
0
votes
0answers
13 views
How to store external RSS feeds as documents into SharePoint Document library? [closed]
I want to save BBC RSS feed data in the form of documents within my SharePoint website.I want to save data on daily bases.So that if i search for any news after a month i find that inside those stored ...
0
votes
2answers
21 views
Splitting Xml Document according to node
My xml document looks like .. (its actually a kml file for google map..)
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Folder>
...
0
votes
2answers
23 views
How to pass xml as a parameter in python script?
I have the parameters to be passed to my python code saved in an xml file.
How to pass this xml as a parameter to my python code?
Can someone please help on this?
Thanks in Adavce!
0
votes
0answers
37 views
XML parsing in windows 8
My XMl data look like this, I am getting this from my local folder
<First>
<item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml" />
<item id="xxxx" ...
0
votes
1answer
32 views
how to create data fields in xml for windows8 (c#-xaml) metro app ? how to access and parse that data ? and how to import that xml data in xaml UI?
I'am programming a Windows 8 Store App (Metro Design) with C# and XAML using Visual Studio 2012. There is no need for a database server with multi user support etc.my application is like reminder and ...
0
votes
0answers
12 views
Best node module for xml to json conversion and vice versa in nodejs
I am developing a server which will be performing xml to json conversion and vice versa.I came across two modules called xmltojs and jsonxml.I need some suggestions on these modules on whether they ...
0
votes
0answers
15 views
Parse big XML feed and split information into several models
I have a large XML feed with student information.
<students>
<student>
<studentId>10</studentId>
<name>Joe Doe</name>
...
0
votes
0answers
15 views
How to populate an existing ontology with rdf triplets from multiple xml files?
I have an ontology which has already been defined. and i have a folder with hundreds of xml files which have been extracted by crawling.How can i extract triplets from all these xml files and populate ...
0
votes
1answer
47 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
0answers
13 views
SVG Parsing Error: not well-formed on <text> element
Can you help me locate what is wrong with the code on the second line? Apparently it's not well form and I can't see why?
<g id="text-x-axis" class="text-svg" transform="matrix(0.7071 -0.7071 ...
0
votes
0answers
29 views
Hard Loop Code Dynamic
I have the following input and I am trying to get an output for it as follows can you please help:
<Index>
<Line>
<Err>
<cd> 20 </cd>
...
0
votes
3answers
36 views
Two xml declaration in single xml file error
My requirement is to create xml file and add xml elements to the existing xml file.
First I tried creating new xml file by following code.
using (XmlWriter xmlWriter = XmlWriter.Create(fStream, ...
0
votes
0answers
5 views
SSIS XML edit column
My data source has an XML column called : DataXml
Also i have 2 other xml columns from other sources : XMLOne, XMLTwo
I want place XMLOne & XMLTwo under one of the XML nodes of DataXML
Ex:
...
0
votes
1answer
18 views
Return edited XML string with Javascript
I'm using the the XML for < script > library W3C DOM Parser available here. (This because I'm using js inside a .NET CLI Jint program instead of a browser.)
My problem is, I edit a XML using ...
0
votes
3answers
70 views
Parsing large xml data using python's elementtree
I'm currently learning how to parse xml data using elementtree. I got an error that say:ParseError: not well-formed (invalid token): line 1, column 2.
My code is right below, and a bit of the xml ...
0
votes
0answers
13 views
org.w3c.dom.Node related Javadoc could not found?
As part of my project requirement I have done a POC on parsing XML file into Java object.
at the time of POC my code is running successfully. But when I copy the same code in My Project I am getting ...
0
votes
1answer
38 views
bulk insert and parse a complex XML file into several tables
I have the following sql stored procedure to bulk insert and parse an xml file and insert its data into several tables in a database.
The sql below works, however its inserting duplicate records ...
0
votes
2answers
18 views
Unable to read xml with namespace prefix using DOM parser
This is the input XML:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns2:SendResponse ...

