Extensible Markup Language (XML) is a structured document format that defines human- and machine-readable encoding rules.

learn more… | top users | synonyms

1
vote
1answer
21 views

Compilation Failure when compiling class generated by jaxb

I have these error when compiling classes generated by JAXB with annotation: annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations) ...
0
votes
1answer
24 views

How to output this XML as a ranking?

I have this XML: <bookings> <booking> <event>Christmas Party</event> <source>Internet</source> </booking> <booking> ...
-4
votes
1answer
41 views

Merging 2 XML files [closed]

I have been using some of the answers from this post Merge XML files in PHP and have got my 2 xml files to merge, but I need my merged document to be the same as loaded document 1, so it is appending ...
0
votes
1answer
11 views

Combine data from multiple tables in a single XML Tag

I have two tables, TB1 - RndString and TB2 - Time For example, Values in TB1 are "I get up at ", "I sleep at ", "I have lunch at " Values in TB2 are "7:00", "22:00", "13:00" I want to combine the ...
0
votes
2answers
17 views

How do I produce an array from a raw XML CURL response?

I have tried following the advice in this thread, but I still seem to be having trouble getting a usable array from a raw XML CURL response (actually I just want a couple of bits of data from the ...
1
vote
0answers
13 views

Hive custom XML input

I have some issue with xml input for the hive table. My hive version is 0.10 I created table by this statment: CREATE EXTERNAL TABLE logAlert (storexml string) STORED AS INPUTFORMAT ...
1
vote
0answers
9 views

xsl-fo apply radius to top borders

Good day I have this XSL-FO <fo:table table-layout="fixed" border-width="0.2mm" border-color="#330099" border-style="groove" border-collapse="separate" background-color="white" ...
0
votes
2answers
54 views

for each word (where another word in section is 'something')

Im not sure if this is possible but... I have a large block of text (kml format, which is basically xml) it contains sections of code that look like this (around 75 of them) ...
0
votes
1answer
25 views

Display XML (in formatted way) into a Razor Textarea

i have a little problem. I have a string (containing XML code). Example: <PosizioneRischio> <ParametriInput> <Utente>Utente</Utente> <Input> ...
0
votes
0answers
4 views

Installing XML::Tidy in Strawberry Perl

When trying to install XML::Tidy in Strawberry Perl C:\>perl --version This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x86-multi-thread Copyright 1987-2012, Larry Wall ...
0
votes
1answer
28 views

Getting data from XML file

I try to get data from XML file. The data looks like this: <MeasuringPoints> <MeasuringPoint ID="Base" LastChange="2013-05-17T09:29:59.293" WeatherCondition="8"> <Name ...
0
votes
2answers
33 views

Removing namespace from XML and editing this file in one XSLT file

I want to remove all namespaces from XML file and found my solution like this: <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> ...
0
votes
1answer
39 views

How do I get the tag 'Name' from a XML Node in Java (Android)

I have a tiny little problem parsing an XML file in Java (Android). I have an XML file that is like this: <Events> <Event Name="Olympus Has Fallen"> ... </Event> ...
-3
votes
0answers
22 views

Unable to send a key through XML Which contains some special characters [closed]

I am working on PHP,XML,SOAP I have a key exactly like below. $key="LGqyrlHGfTRf68R2DgKcVEb0gG2ZuxB2N3nx/VmCgnvQweTiPhdGIWgoifR/a2Cj7yhD6RnAlqPD ...
1
vote
2answers
32 views

OpenERP Reports Creation for Beginners

I'm going to create reports for my module from OpenERP 7. as per forums i used Web kit Report method. first, from using below command i installed wkhtmltopdf on my machine. sudo apt-get install ...
0
votes
0answers
20 views

Magento creating a block xml

I'm trying to create a sidebar and already done creating a layout. Now I'm just trying to implement it to a page using this code. <reference name="right"> <remove ...
0
votes
1answer
28 views

Custom Sorting: If Parent Node contains child nodes I need to check each child node attribute names and then extract text from that element using XSLT

I mentioned below my sample xml file. I want to display value tag text in My own order format. EX: first I want to display Value AttributeID="13222" then Value AttributeID="113458" like ...
0
votes
1answer
19 views

PHP webservices using nusoap

when i am just trying to develope a simple webservice using Nusoap.when i am executing my server.php it executes and it shows an output of WSDL file and the method which i given.But ,when i try to ...
0
votes
1answer
26 views

Trying to send xml in utf-8 over socket in Android

I have an Android app that sends xml files to a server. If I set the encoding of the xml header to utf-8 it all works until there is a weird character like a japanese symbol for example, in this case ...
-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 ...
-2
votes
1answer
41 views

Inserting values from an XML file to MySql: [closed]

I have the following file hosted on a remote server, I want to add the values inside this file to Mysql tables. There are four tables in all. Below are the contents of the file. I tried to construct ...
1
vote
1answer
31 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 ...
0
votes
0answers
29 views

Find a inner xml from xmlnode class

Using my c# program, i am generating and xml as below and writing in application folder, <Folder id="200" name="Root Folder" icon="" typeid="20" ordinal="0" active="true" imageuploaded="false" ...
0
votes
0answers
9 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
0answers
11 views

sencha touch 2:how to read value of the record node in xml file

Before ask question,I found there is a similar question:Sencha Touch 2, nested XML parsing nodeValue I use model/proxy to load data form xml file,almost succesed but there is a problem that I can't ...
0
votes
0answers
4 views

Latest Twitter update returns error

I tried a twitter last update script that i've found online, but it's not working. When i go to ther xml file on twitter, it opens up like it's supposed to be, but the code returns "Could not ...
0
votes
0answers
13 views

Can't request XML from URL: “Invalid HTTP destination port”

I was trying to access data from a SHOUTCast stream. They have a public stats URL that returns XML. I figured I could use YQL to get the data from that page. I tried this query: SELECT * FROM xml ...
-1
votes
2answers
36 views

Unique AJAX Approach [closed]

I'm rebuilding the website for my fraternity and I've gotten to the brothers section. Right now, I have a link for each brother's name and when a name is clicked on, a hidden div is shown that looks ...
3
votes
3answers
47 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 ...
0
votes
1answer
5 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: ...
0
votes
0answers
13 views

RestSharp XML with different nodes one attribute is generic second is List

XML: <xml> <id>13234</id> <c> <a>12</a> <b>12</b> </c> <c> ... Classes: class MyResponse { ...
-1
votes
1answer
27 views

php-reading xml child node value

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> ...
0
votes
1answer
44 views

Sitecore, Modify an XML stored in the media library

mi problem is this, i got an XML in the Medialibrary and i need to modify a few thing but the strear is read only, any ideas? MY CODE string nodeId = string.Empty; ...
0
votes
3answers
50 views

Pulling data to the template from an external database with django

I'm going to attempting to build a web app where users can visit a url, login and view reports and other information. However the data for the reports are stored in an external database. It's a MySQL ...
-1
votes
0answers
26 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
0answers
9 views

SOAP wrapping XML python

I am trying to wrap a SOAP envelope around and XML request in Python. The documentation around SOAPpy and other SOAP libraries is poor. I have a XML document which I was to wrap so it looks as ...
0
votes
1answer
25 views

Using regex in NP++ to remove large chunks of XML

I'm not very well versed in regex; I use it from time to time, but never anything serious (I'm proud when I get a lookback to work, for example). Anyway, I am dealing with an issue where I have an XML ...
-1
votes
2answers
46 views

XML to CSV using XSLT

I am new to XML and XSLT. I have the XML similar to this { <projects > <project ID="1"> <name>Shockwave</name> <language>Ruby</language> ...
2
votes
2answers
90 views

XML Reader not Reading Child nodes Properly

I'm having a problem when reading some XML into a Windows 8 store app. I've got some XML with multiple parent and child nodes in which I need to only read one of the nodes and concatenate it all into ...
0
votes
1answer
24 views

Merge two different XML files based on node value using XSLT

I am trying to merge two XML files using XSLT. I need to match the tradeId node value which must present in both files, and just copy all the content to file1. Any help would be welcome. All similar ...
0
votes
0answers
18 views

What type of lock used by xDocument.load method at time of loading xml file?

I'm having application in VB.net which is using LINQ and try to save data on local machine which reduce performance. What I believe is that because of the sync. application constantly write data on ...
-1
votes
1answer
21 views

how to make layout clickable programmatically

I am creating a RelativeLayout programmatically, and thus, I need to add this xml attribute: android:clickable="true" programmatically. How can this be done? thanks!
0
votes
1answer
35 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*** ...
0
votes
2answers
30 views

Find and fill XML nodes from a PHP object

First of all, sorry about my english. So, I have an XML with a lot of nodes, like: <first> <second> <third/> <fourth/> </second> ...
-2
votes
1answer
28 views

iOS Uninstall/Installing - Application strange behavier

we're experiencing some real inconsistencies with our iOS iPad App. In a nut shell the App loads in some XML from an online server and downloads the relevant files. The user is then able to click on ...
1
vote
1answer
32 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
0answers
20 views

FedEx Soap RateRequest for International Shipping (Duties and Taxes)

Is anyone aware what fields are necessary to generate duties and taxes in the response from a FedEx web services RateRequest (SOAP) query? I've been put on a multiple-day hold waiting to hear back ...
-2
votes
1answer
20 views

how to convert macro enabled excel to normal one?

My requirement is to enter some values in spreadsheet which has some validations which are done using macros. After saving the document i have to give this as input to other application which accepts ...
0
votes
3answers
39 views

Blogger URL Condition Statements

Using the condition statements in Blogger, I'm trying to add a script to a specific URL. I have never been able to get this to work, and I have been putting it off until now. At this site, it says to ...
2
votes
1answer
40 views

SQL Server : manipulating complex xml into tables

I have some xml which I need to insert into two database tables. The second table (TblSales) must contain the PK of the first (TblDetails.Id). I can insert the data into these tables using XQuery, ...

1 2 3 4 5 1271