XML

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

49 votes
9 answers
2.9K views
How can I build XML in C#?

How can I generate valid XML in C#?

avatar
Sachiko
0 1 0 9
asked 07 September, 2021
62 votes
19 answers
1.2K views
How to handle button clicks using the XML onClick within Fragments

Pre-Honeycomb (Android 3), each Activity was registered to handle button clicks via the onClick tag in a Layo

avatar
Virgil
0 1 0 9
asked 07 September, 2021
62 votes
6 answers
657 views
Declaring a custom android UI element using XML

How do I declare an Android UI element using XML?

avatar
Trudy
0 1 0 9
asked 07 September, 2021
56 votes
17 answers
610 views
How to Deserialize XML document

How do I Deserialize this XML document: <?xml version="1.0" encoding="utf-8"?> <Cars> <Car&g

avatar
Frederick
0 1 0 9
asked 07 September, 2021
59 votes
4 answers
2.5K views
What&apos;s the difference between text/xml vs application/xml for webservice response

This is more of a general question about the difference between text/xml and application/xml. I am fairly new

avatar
Freida
0 1 0 9
asked 07 September, 2021
55 votes
7 answers
1.1K views
XDocument or XmlDocument

I am now learning XmlDocument but I've just ran into XDocument and when I try to search the difference or

avatar
Hildegard
0 1 0 9
asked 07 September, 2021
54 votes
20 answers
1.8K views
How to make layout with rounded corners..?

How can I make a layout with rounded corners? I want to apply rounded corners to my LinearLayout.

avatar
Trudy
0 1 0 9
asked 07 September, 2021
54 votes
20 answers
637 views
Can the Android layout folder contain subfolders?

Right now, I'm storing every XML layout file inside the 'res/layout' folder, so it is feasible

avatar
Rudolf
0 1 0 9
asked 07 September, 2021
67 votes
11 answers
2.1K views
How to pretty print XML from the command line?

Related: How can I pretty-print JSON in (unix) shell script? Is there a (unix) shell script to format XML in

avatar
Emilia
0 1 0 9
asked 07 September, 2021
49 votes
14 answers
3K views
How can I save application settings in a Windows Forms application?

What I want to achieve is very simple: I have a Windows Forms (.NET 3.5) application that uses a path for read

avatar
Karolyn
0 1 0 9
asked 07 September, 2021
48 votes
18 answers
1.3K views
How do I align views at the bottom of the screen?

Here's my layout code; <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http

avatar
Rudolf
0 1 0 9
asked 07 September, 2021
53 votes
8 answers
2.8K views
How do I comment out a block of tags in XML?

How do I comment out a block of tags in XML? I.e. How can I comment out <staticText> and everything ins

avatar
Winford
0 1 0 9
asked 07 September, 2021
58 votes
9 answers
1.8K views
What&apos;s "tools:context" in Android layout files?

Starting with a recent new version of ADT, I've noticed this new attribute on the layout XML files, for e

avatar
Chaya
0 1 0 9
asked 07 September, 2021
62 votes
10 answers
2.1K views
What characters do I need to escape in XML documents?

What characters must be escaped in XML documents, or where could I find such a list?

avatar
Corrin
0 1 0 9
asked 07 September, 2021
55 votes
13 answers
511 views
What does <![CDATA[]]> in XML mean?

I often find this strange CDATA tag in XML files: <![CDATA[some stuff]]> I have observed that this CD

avatar
Emilia
0 1 0 9
asked 07 September, 2021