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

learn more… | top users | synonyms

0
votes
0answers
3 views

Randomizing XML files

I am making a multiple choice quiz in Action Script 3 and I want to store my questions and answers in a XML file. When the quiz is ran I want to pull 20 questions from the XML file and randomize them. ...
-1
votes
0answers
14 views

Jsp and XML document

here is my code to understand me better: servlet side: out.println("<paiement>"); if(rs.next()) { out.println("<idpayer>"+rs.getInt(1)+"</idpayer>"); String ...
0
votes
0answers
4 views

How generate XML file

I have a XML file input in TALEND and I want to create a flow foreach element then group by Id but the problem that I have two loop tags so I couldn't generate the same file XML as the input. Is ...
0
votes
0answers
11 views

Making batch file from xml

I have an xml file in which i will pass the arguments and want to create a batch file from that. My batch file will be : Gallio.Echo.exe /rnf:Parameteric-Test-Report /rt:Html-Condensed ...
-1
votes
5answers
50 views

How to restrict user from entering specific chars (xml invalid characters) in textbox?

I have this problem with TextBox. User enters text/string in the TextBox and this string is exported as an value of attribute in the xml file. Is there some way how can I disable the user to enter ...
2
votes
1answer
25 views

What is a safe way to connect to a API on a separate domain?

Background : I am creating a website (in the typical LAMP environment) that connects to a database via a PHP/XML based API on a different domain (but on the same server). The reason for this is that I ...
1
vote
1answer
15 views

Casting values of a map to their proper types in clojure

I'm parsing a CSV file and since CSV has no type information, all values (floats, ints, dates, etc) become strings. To fix the types, I've created a map that defines each field's type. Now I need to ...
0
votes
0answers
17 views

Svg gauge, Move needle slowly from 0 to next position

I have a meter.svg file. I have written a c code to edit XML code in notepad to move the needle by replacing attribute 'd. Then i save the file and show in browser.The code for 'd' is. <path ...
0
votes
0answers
17 views

Parsing XML in java but not android

I am very new to java programming. I dont know how to parse a plist in java. Here is my plist and I want to create one HashMap<<String>,<String>> where first string will be "QT-4_3" ...
1
vote
1answer
20 views

Looking for an xpath query to select elements in an XML file that have a certain attribute, regardless of the value

I have an XML file loaded into the PHP DOM manipulation system something like this: $xml = file_get_contents('something.xml'); $dom = new DOMDocument(); $dom->loadXML($xml); In the XML files are ...
1
vote
2answers
57 views

C# - Reading XML file

I'm trying to read an XML file in order to integrate data into Windows Phone App. I followed some other topics but I cannot get it to work (I feel I'm almost at the point but still missing ...
0
votes
3answers
24 views

XSLT for XML to HTML table

I have an xml like this. < cars> < car> < ford color="black" >eco sport< /ford > < maruti color="red" >zen< /maruti> < hyundai color="blue" ...
0
votes
0answers
16 views

XML Editor html view

I am looking for a solution where I want to show the html view of a xml(by using xslt transformation), but if the user makes any changes in html then the changes should also be reflected in the xml. ...
1
vote
1answer
21 views

How to properly design/style a Android Navigation Drawer

Im having trouble find any resources on how to properly design a standard Navigation Drawer. I've got the below XML and am looking for ways to Populate multiple listviews, change font of text in ...
0
votes
0answers
16 views

Loading xml files into relational database

I am trying to load xml files into a relational database through Informatica Powercenter. Can anybody share your insights/thoughts regarding the same how we can accomplish it.

1 2 3 4 5 4565
15 30 50 per page