Extensible Markup Language (XML) is a structured document format that defines human- and machine-readable encoding rules.
0
votes
0answers
2 views
how to convert filled pdf to fdf or xfdf file in c#
How to convert filled pdf to xml or fdf or xdfd file which is designed in Adobe livecycle designer 7.1 Starting point is most appreciable. Thanks in advance.
Regards
-Ganesh
0
votes
0answers
3 views
how to change the generated xml test result format in cunit
iam using cunit for c program testing, i have generated an xml for the test result reports.
the generated file is like below.
"max_test_suite max_test_1 max_test_2 max_test.c 36 ...
2
votes
0answers
21 views
when extract value from xml, textbox doesn't take double spaces
I have an xml file like this:
<Product ID="1" Code="AAAA AA" Price="10"/>
<Product ID="2" Code="AAAA AA" Price="20"/>
I load 'Code' into tag
...
0
votes
0answers
2 views
XmlSerializer behaves differently in MSTest runner and NCrunch
A colleague of mine encountered a situation where the XMLSerializer behaves differently when run via MSTest Runner or via NCrunch.
When running test through N-Crunch the output contains
...
0
votes
0answers
7 views
Couldn't get the value to the xslt variable
I have a stored procedure which returns item names as xml.I use this in xslt code to return the names.and I want to get the names to a xslt variable.I tried my code like
<xsl:variable name="Item" ...
0
votes
2answers
23 views
when servlet receive xml data , there is a error
servelt code
System.out.println(" ================servlet==================");
InputStream in = request.getInputStream();
int a = in.available();
byte[] b = new byte[a];
in.read(b);
String ...
0
votes
0answers
6 views
AndroidPlot - XYplot doesn't show up on graphical layout in xml
I'm fairly new in the android developing scene, however I have done a few dead simple applications to get an understanding of what the workflow would be like in the environment.
I'm having a ...
0
votes
1answer
12 views
Appache Lucene indexing of large XML file
I am new in lucene I want to indexing with lucene of large xml files(15GB) that contain plain text as well as attribute and so many xml tags. how to parse and indexing this xml file using lucene with ...
1
vote
1answer
17 views
Is it possible to Parse this XML file using SQL Server or SSIS?
I have an XML file I receive from a financial data provider called MDM. It shows which dividends I have downloaded. It includes information like Dividend rate, date and the security requested.
I have ...
0
votes
1answer
16 views
Android Studio Unknown attribute in xml and Namespace not bound
I recently got this warning in Layout and manifest files.
I have attached those images below just check those in case for further clarification.
The problem is I'm getting Namespace " is not bound ...
0
votes
0answers
17 views
trying to create a simple drag/drop game with validation
<TextView
android:id="@+id/textApple"
android:layout_width="wrap_content"
android:layout_height="55dp"
android:layout_alignParentBottom="true"
...
0
votes
1answer
40 views
Get html into a massive array
I have a little project where i have to save an entire website's DOM, then do some operations, such as get the css computed style etc.. (this will be done with jquery)
At the moment i have, written a ...
0
votes
0answers
3 views
AppMobi getRemoteData function is not performing the GET on XML doc
I am using AppMobi.device.getRemoteData method to GET xml data from two locations.
A) http://www.mysportsbook.ag/lines/cgi/lines.cgi?tem=parse&sport=204&ct=text/xml&type=
B) ...
-1
votes
0answers
18 views
How to generate image in xml
I am trying to parse the XML server. This is the code I used, named "Server.php":
<?php
$nss=$_GET['nss'];
mysql_connect("localhost","root","");
mysql_select_db("sekul");
$query="select * from ...
0
votes
0answers
16 views
Generic XML to Object mapping
I have an interesting challenge that I am working on, and I'm not sure my XML abilities are strong enough to solve it in the best possible way.
To greatly simplify the problem, lets say I have the ...
1
vote
2answers
18 views
XCODE NSXML changing the element value
I have a very simple xml file by name options.xml
<Dat>
<Name>Tom</Name>
<Option>1</Option>
</Dat>
Using NSXML I am trying to change "Tom" to "Jim" and ...
0
votes
0answers
11 views
Display phtml file inside phtml file in Magento
I am using magento and have set up a plugin but there are a few changes I would like to make to how it is displayed and in order to do so I need the following issue solved.
I have media.phtml in ...
0
votes
3answers
9 views
How to form Xpath with unknown number of irrelevant nodes in between two target nodes
OK so this is the issue I am encountering continuing from the question I have asked earlier.
How to form Xpath with irrelevant nodes in between two target nodes
Above is the original question.
I was ...
0
votes
1answer
12 views
Element Tree : Can't build root tree when getting XML from webpage
I'm trying to parse an XML page I'm downloading from the web.
import requests
url = "http://www.w3schools.com/xml/cd_catalog.xml"
XML = requests.get(url)
print XML.content
tree = ...
-1
votes
0answers
9 views
Vocabulary Highlighter - Highlight Specific Word on WEB - Learning English [closed]
I am creating a website for Vietnamese learning English at http://luyennghetienganh.net. While using Mozilla Firefox I found 1 add-on which help me learn English Vocabulary very fast. It is Vocabulary ...
0
votes
0answers
7 views
Content-type gets changed to application/x-www-form-urlencoded after i set the content type to application/xml or Content-type: application/json
I am new to Curl,
I was trying to post data to shopify.com which only accepts json/xml data, hence i set the content type to application/xml, but when i post the data using curl, the content type ...
0
votes
1answer
25 views
Use same GUID twice per row
I am building an application to transfer data from an SQL server to an offsite location via ftp and XML files.
I am building the XML data for each file via a query with FOR XML PATH('path'), TYPE.
...
0
votes
0answers
10 views
Modifying a working FDF /PDF process to work with XML
I currently use what I would call a very simple yet effective process for populating PDF's with Data using a html POST that then utilizes an FDF to populate the existing PDF file (on the server) which ...
0
votes
1answer
17 views
Django with XML or JSON files as database back-end
I was looking for some database back-end for Django that could use XML or JSON file or files as source of data. Data can be read-only (only selects, no inserts and no updates). So this is first ...
1
vote
3answers
24 views
Cache issue with static XML
I have a XML file stored in my IIS server. At several stages of the execution, my application retrieves this file. Basically it goes back to the server and gets the file again. The problem is that the ...
-1
votes
0answers
22 views
create xml file from list of objects
This is my method to serialize objects of type person into an xml file.
Public Sub serialize2()
Dim objPersonnes As clsPersonnes
Dim objWriter As System.Xml.XmlWriter
Dim ...
0
votes
0answers
35 views
Am I correctly reading and parsing XML file in PHP?
I'm getting data from our email service provider's api. The api only returns data in xml format. I don't know a lot about PHP, so tell me if the approach I'm taking is correct and efficient.
I want ...
0
votes
1answer
28 views
R.java issue, no solutions found in my research regarding the matter
Hey so I have been having this issue for a few weeks and it's incredibly bothersome. I have looked at the other posts regarding the issue and tried everything without success. This inculdes:
...
0
votes
2answers
38 views
Java issue, java.io.FileNotFoundException:
I'm trying to read line by line from an RSS feed.
And I keep getting this error;
java.io.FileNotFoundException: (name of location of Android App)
Since its being read, from the RSS feed and ...
1
vote
1answer
28 views
Change flat XML structure
My client always send me a flat XML file as shown below:
<Root>
<ROW>
<KIND>A</KIND>
<DATA>Produc 1</DATA>
<DATA>Details</DATA>
...
0
votes
0answers
19 views
FedEx XML thermal label generation code
As the title suggests, I am trying to generate a FedEx thermal label with XML. If I send the XML request at the bottom of this post to https://gatewaybeta.fedex.com/web-services, it returns the same ...
0
votes
1answer
16 views
Is there a way for an XML file to tell IE10 to use compatibility view?
I have the following XML file, which contains an embedded style block :
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="#style" type="text/css"?>
<bitext ...
0
votes
0answers
16 views
Parsing sub values of XML RSS iTunes Feed in PHP
When calling a iTunes Feed in XML, it returns something like this:
<id im:id="596402997" im:bundleId="com.gameloft.despicableme2">
...
-1
votes
0answers
12 views
Big Commerce API initial setup
I have my Big Commerce store set up, API enabled, access keys etc. Where do i do my file setup and what would my file structure look like. I'm integrating a BC storefront with a 3rd party shipper ...
0
votes
1answer
17 views
XPath how to query the next node
Here is a sample of the xml File. If I have the id value of 20 which is halfway through the xml file. How do I first search that node out and second find the next (following) value.
<League>
...
0
votes
0answers
29 views
Parsing xml to store in mysql using php
<?php
header("Content-type: text/xml");
$xml = new SimpleXMLElement("<noresult>1</noresult>");
$fn = urlencode($_REQUEST['fn']);
$ln = urlencode($_REQUEST['ln']);
$co = ...
0
votes
2answers
23 views
XSLT issue with default namespace in XML
This is hairdressing stuff! :)
What will it take to get those two node values out from the following XML doc?
<?xml version="1.0" encoding="utf-8"?>
<AlarmSummaryMessage
...
0
votes
4answers
32 views
How to add a scroll view to an entire activity?
I tried adding a scroll view around everything on an activity layout but it gave me an error saying it can only be placed around one thing.
My activity, has a title textview then an image, then a ...
0
votes
0answers
6 views
ant/junit/xml report - is it possible to have system-err written after each failure instead of all at once in the end
As a beginner in junit/java, I hope I'm asking my question correctly
In the junit xml report, it looks like system-out and system-err are always written at end of the report. Here's the xml format I ...
1
vote
1answer
30 views
How to parse XML to R data frame
I tried to parse XML to R data frame, this link helped me a lot:
how to create an R data frame from a xml file
But still I was not able to figure out my problem:
Here is my code:
data <- ...
0
votes
2answers
17 views
Include Inline Javascript with Curl Brackets {} in XSL
I am attempting to transform XML to HTML via an XSL file. Unfortunately, it does not allow me to use the Javascript Curl Brackets {}. The following is a trivial example, but my actual code is much ...
0
votes
1answer
29 views
Parsing XML through XSLT Transforms
I have some XML in this format
<items>
<item>
<float>0.75</float>
<string>NAME</string>
<string>Bob</string>
...
0
votes
3answers
23 views
XSLT - Iterating through inconsistent structures
If we have the following XML structure:
<Tree>
<Apple>
<Size>6</Size>
</Apple>
<Apple>
<Size>4</Size>
</Apple>
<Apple>
...
0
votes
0answers
14 views
Implement two way scrolling in android xml
I just want to implement a two way scrolling (horizontal and vertical), but the catch is I want it to fill all the space. This is what I got:
<ScrollView
android:layout_width="match_parent"
...
0
votes
0answers
9 views
Difficulty navigating SOAP client WSDL with PHP functions
I am experimenting with a public SOAP API in preparation for testing an internal SOAP API that we are working on at work. I am running into problems dealing with automatically associating method names ...
0
votes
0answers
11 views
Xml data disposal on javascript
I'm quite new to javascript and was wondering about resources disposal. I know about the garbage collector, but I was wonderig if there are ways to make its life easier... In my case, I'll be loading ...
0
votes
0answers
9 views
Differences between XML-like .pbxproj file and JSON-like .pbxproj
I am using an iOS testing framework called Frank. When I setup Frank it converts my .pbxproj file from a JSON-esk format into an XML-esk format while adding a few things. We found out about this ...
0
votes
0answers
11 views
In TSQL converting JSON to XML?
I have a development to execute dinamyc queries stored at column table, all was programmed to manipulating parameters in XML, but there is some other apps that send the parameters in a json, so I ...
0
votes
0answers
27 views
Increment the count with xpath
I'm trying to add the tag named <IND2-1-drug-count>, i was successful in adding the the tag by using the XPathFactory API's.
<?xml version="1.0" encoding="UTF-8"?>
<report>
...
0
votes
0answers
10 views
XML Parser - Storing Some Nodes As An Array For SQL Import
I'm hoping that someone can help me with what should be a simple thing, but I'm struggling a bit with it. I have an XML file with the following structure...
<Item MaintenanceType="C">
...




