0
votes
2answers
34 views

LoadXml adds extra whitespace

This is how my string looks <?xml version="1.0" encoding="UTF-8"?> <payment id="123456" date="2013-05-16 11:24:59.0"> <refund id="1" amount="10000.0" reason="refund 1"/> ...
0
votes
3answers
31 views

Obtaining XML sub-elements with Java

I'm really bad manipulating XML and I need some help. Here's a sample of my XML file: <?xml version="1.0"?> <components> <resources> <resource id="House"> ...
0
votes
0answers
9 views

Export Google Drive document to LaTeX

Is there a way for exporting a document created in Google Drive to a .tex file? I tried to use the .zip file that you can directly download from the Google Drive interface. That file contains the ...
0
votes
0answers
29 views

Add root element to xml string and parse for data in java

I would like to add root element to my xml string and then parse the data. I have not well formatted xml string which throws an exception while parsing, So i would like to add root element to my xml ...
0
votes
2answers
36 views

How Can I process all elements in xml?

I have an xml like this, but my XMLParser jumps 1-2 elements, and not process it. I think it works fine, but it not. What do i wrong? Here is the xml, and i'd like to get the all item tag, and it's ...
0
votes
0answers
18 views

Create XML file based on Input values

So, I need a script that takes All the form data in the URL and creates, or changes the existing nodes of an XML File. I have done some research and found this: if (window.XMLHttpRequest) { // ...
0
votes
1answer
96 views

How do I delete XML nodes in PHP based on the information inside of it?

Preface: There are many questions similar to this that I've scoured through profusely. Nothing can quite answer what I need to do. Here is my data structure. (obviously simplified) <Upload> ...
1
vote
1answer
47 views

parse data from a website (.xml)

I trying to parse data from a website, and i can do the following: import xml.etree.ElementTree as ET from urllib import urlopen link = ...
-1
votes
0answers
21 views

formatting linear list to a parent-child list using xquery

My schema is like this: <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/ParentChild" ...
0
votes
0answers
7 views

Access xml from ISBNDB

I have a java client and I try to get the XML DOM object from ISBNDB by passing the ISBN number of book. But I get null as the result. But I am able to get the xml when I hit the URL from my browser. ...
0
votes
1answer
23 views

Parse XML in JQUERY - Nodes are listing as one item rather than separate list items

I'm trying to obtain each trail name and status from this XML file into individual list items. The result I'm getting is all trails combined into one list item and for the status only the first one. ...
1
vote
1answer
30 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 ...
1
vote
1answer
31 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 ...
-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
40 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
37 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
19 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
23 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
22 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 ...
-7
votes
1answer
71 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
13 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
vote
1answer
31 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
2answers
25 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
14 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
1answer
48 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
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
39 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
7 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
40 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
22 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 ...
0
votes
0answers
22 views

Importing XML to HTML

I'm new to programming. I would like to display on my website a small widget showing the 5 top games currently in the US. I have the data (provided by Apple) here in an XML format: ...
0
votes
1answer
24 views

adding a linebreak between tags

I have xml file which will be read and displayed As .html page. The xml looks something like <title>Title Text</title> <text> <![CDATA[ Lorem ipsum dolor sit amet, ...
0
votes
0answers
14 views

Rendering html styles in flash from XML japanese font doesn't work

On my Mac with Flash CS6, using a system font such as Helvetica, _sans, Arial Unicode , can all render a -b- Bold or -i- typeface when pulling html styled xml text content into flash text fields, ...
0
votes
1answer
9 views

Assign CSS class to HTML tags generated with SQL 'FOR XML'

I am getting table rows and table data (with HTML tags) from SQL using 'FOR XML'. Is there a way I could assign classes to the html tags in SQL? What I am currently getting: ...
-1
votes
1answer
32 views

php-reading xml child node value [duplicate]

Trying to get the node value of ds:X509Certificate in PHP. I am able to navigate till IDPSSODescriptor tag, any pointers on how to access child node values. <EntityDescriptor> ...
-1
votes
0answers
27 views

Jaxb marshelling is changing the xml format

I have written a jaxb parser to convert xml to object and object to xml. I just tried converting an xml input to object and tried converting it back to xml string and I could see the xml is getting ...
0
votes
1answer
38 views

Converting XHTML to XAML using XSLT

I have the following XML User entered text : Normal **Bold** *Italic* u&#x332;n&#x332;d&#x332;e&#x332;r&#x332;l&#x332;i&#x332;n&#x332;e&#x332; ***BoldItalic*** ...
1
vote
1answer
36 views

Import Infopath .XML forms into data frame in R

What's the best way to import Infopath .XML forms in R, and transform into a dataframe? If I open the Infopath .XML file in Excel, the rows and columns of the data frame appear correctly. Here's ...
0
votes
3answers
39 views

XML Utility class exist for simple modification - add, remove/delete, change/modify?

Does a Java library exist that has the capability shown in the client code below? I'm looking for a library that provides basic XML manipulation capabilities using strings. MagicXml mXml = ...
-3
votes
1answer
34 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 ...
0
votes
0answers
69 views

String Parsing ,Full path of xml file ,c#

I need some help, please. I want to load data from the xml file , but i get an error message : "Could not find file 'C:\Users\someuser\Desktop\MyApp\MyApp\MyData.xml'." There is part of my code : ...
-1
votes
0answers
17 views

Want to use lxml XPATH intead of this shiity lengthy code

if all.nodeName == 'p:cSld': new2 = all.childNodes for all1 in new2: if all1.nodeName == 'p:spTree': ...
-1
votes
0answers
41 views

how to parse xml file in vb6

I have a XML file like this. <?XML version="1.0"?> <message id> <id no="1"> <name>computer</name> <roll no>12</roll no> </id> <id ...
-1
votes
2answers
32 views

ClassCastException. XML Parsing [duplicate]

I've lost already two hours trying to parse a XML, and I'm panicking out. Hope you guys can help me. I've a XML file like this one: <document src="xmls/sections/master/37_11.xml"> ...
0
votes
1answer
26 views

how to insert xml data into sqlite database in iphone

I'm new in iphone development.Right now,I'm working on database.i have bunch of xml data.I want to insert xml data into my sqlite database.i made xml file. <Question Index="2"> ...
1
vote
1answer
52 views

Extracting XML data, modifying it and storing in excel file

I am new to asp.net. I have an xml file as follows: <?xml version="1.0" encoding="iso-8859-1" ?> <newsitem itemid="10000" id="root" date="1996-08-22" xml:lang="en"> <title>CHINA: ...
0
votes
0answers
26 views

Dilemma with XSD, Generics and C# Classes

I have following simple XSD file: <xs:element name="Search" type="SearchObject"/> <xs:complexType name="SearchObject"> <xs:choice> <xs:element name="Simple" ...
0
votes
1answer
22 views

Convert complex Scala XML with namespaces and properties to Scala objects

It seems really easy to convert normal Scala XML to an object: <object><field>1</field></object> can create something like Object(1) using the case class Object( field: Int ) ...

1 2 3 4 5 48