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

learn more… | top users | synonyms

513
votes
49answers
377k views

Text editor to open big (giant, huge, large) text files [closed]

I mean 100+ MB big; such text files can push the envelope of editors. I need to look through a large XML file, but cannot if the editor is buggy. Any suggestions?
213
votes
10answers
15k views

Can you provide some examples of why it is hard to parse XML and HTML with a regex?

One mistake I see people making over and over again is trying to parse XML or HTML with a regex. Here are a few of the reasons parsing XML and HTML is hard: People want to treat a file as a sequence ...
211
votes
7answers
193k views

How does one parse XML files? [closed]

The default methods for dealing with XML in C# seem incredibly crude to me, leading me to suspect that I must be missing something in my searches. Is there a simpler method of parsing XML files in C#? ...
209
votes
3answers
177k views

Where can I get a list of the XML document escape characters?

Where can I get a list of the XML document escape characters?
198
votes
9answers
92k views

How to align views at the bottom of the screen?

Here's my layout code; <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
185
votes
23answers
30k views

SOAP or REST for Web Services?

Is REST a better approach to doing Web Services or is SOAP? Or are they different tools for different problems? Or is it a nuanced issue - that is, is one slightly better in certain arenas than ...
179
votes
7answers
138k views

java.util.Date to XMLGregorianCalendar

Isn't there a convenient way of getting from a java.util.Date to a XMLGregorianCalendar?
171
votes
5answers
58k views

Declaring a custom android UI element using XML

How do I declare an Android UI element using XML?
167
votes
20answers
135k views

how to pretty print xml from Java

I have a Java String that contains XML, with no line feeds and indentations. I would like to turn in into a String with nicely formatted XML. How do I do this? String unformattedXml = ...
158
votes
11answers
110k views

What is the best way to build XML in C# code? [closed]

Please indicate your best practices for building XML using C#. Edit: With the help of Shog9, I just learned about the "community wiki" feature, and happily turned it on. If you like a particular ...
156
votes
13answers
102k views

Free XML Formatting tool [closed]

Is there a free XML formatting (indent) tool available where I can past an XML string and have it formatted so I can read the XML document correctly? Thanks Edit ~ I am using XML Notepad on Windows ...
151
votes
8answers
124k views

Best XML parser for Java [closed]

I need to read smallish (few MB at the most, UTF-8 encoded) XML files, rummage around looking at various elements and attributes, perhaps modify a few and write the XML back out again to disk ...
144
votes
7answers
85k views

Best practice to 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 reading information. This path can be modified by the user, by using the options form I ...
142
votes
6answers
35k 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 benefits of them I can't find something useful, could you please tell me why you would use one ...
141
votes
14answers
74k views

XmlSerializer - There was an error reflecting type

Using C# .NET 2.0, I have a composite data class that does have the [Serializable] attribute on it. I am creating an XMLSerializer class and passing that into the constructor: XmlSerializer ...
130
votes
15answers
36k views

What are the pros and cons of XML and JSON? [closed]

We're an XML shop (we use both XMPP and RSS/Atom feeds a lot, so I guess we have a little or no choice). Yet, I keep hearing about people who "hate" XML and sometimes refuse to use APIs who can only ...
127
votes
2answers
22k views

What'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 example: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
118
votes
20answers
10k views

Why is Everyone Choosing JSON Over XML for jQuery?

I thought XML is highly portable and can be used as a mini database. I have seen XML used everywhere. I even see large companies switching over to JSON. Even Microsoft has integrated support for JSON. ...
111
votes
8answers
63k views

frequent problem in android view, Error parsing XML: unbound prefix

I have frequent problem in android view, Error parsing XML: unbound prefix on Line 2. <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:orientation="vertical" ...
111
votes
5answers
138k views

XMLHttpRequest Origin null is not allowed Access-Control-Access-Allow for file:/// to file:/// (Serverless)

I'm trying to create a website that can be downloaded and run locally by launching its index file. All the files are local, no resources are used online. When I try to use the AJAXSLT plugin for ...
109
votes
18answers
14k views

XML attribute vs XML element

At work we are being asked to create XML files to pass data to another offline application that will then create a second XML file to pass back in order to update some of our data. During the process ...
108
votes
15answers
94k views

XML Schema (XSD) validation tool? [closed]

At the office we are currently writing an application that will generate XML files against a schema that we were given. We have the schema in an .XSD file. Are there tool or libraries that we can ...
105
votes
7answers
71k views

easiest way to parse xml in python

I have many rows in a database that contain xml and I'm trying to write a python script that will go through those rows and count how many instances of a particular node attribute show up. for ...
99
votes
9answers
79k views

XML parsing of a variable string in JavaScript

I have a variable string that contains well-formed and valid XML. I need to use JavaScript code to parse this feed. How can I accomplish this using (browser-compatible) JavaScript code?
99
votes
14answers
12k views

When to prefer JSON over XML?

My requirement is just to display a set of values retrieved from database on a spread. I am using jquery.
99
votes
4answers
29k views

Populate XDocument from String

I'm working on a little something and I am trying to figure out whether I can load an XDocument from a string. XDocument.Load() seems to take the string passed to it as a path to a physical XML file. ...
99
votes
12answers
91k views

Best open XML parser for C++ [closed]

Looking for a simple, clean, correct XML parser to use in my C++ project. Read and write my own..extension? You know what I mean.
98
votes
12answers
50k views

What's the difference between an element and a node in XML?

I'm working in Java with XML and I'm wondering; what's the difference between an element and a node?
97
votes
10answers
40k views

Pretty printing XML in python

What is the best way (or even the various ways) to pretty print xml in python?
92
votes
9answers
75k views

How to use xpath in Python?

Is there a full implementation? How is the library used, where is its website?
90
votes
18answers
96k views

How to generate sample XML documents from their DTD or XSD? [closed]

We are developing an application that involves a substantial amount of XML transformations. We do not have any proper input test data per se, only DTD or XSD files. We'd like to generate our test data ...
90
votes
2answers
4k views

Favourite content is not shown correctly on webview

I'm developing a language dictionary app. I save the favourite word into Preference. The Favourite content in the XML file looks like the following: <?xml version='1.0' encoding='utf-8' ...
89
votes
10answers
117k views

How do I escape ampersands in XML?

How do I escape ampersands (&) in XML? I tried &amp; but this isn't allowed.
87
votes
6answers
29k views

Converting XDocument to XmlDocument and vice versa

It's a very simple problem that I have. I use XDocument to generate an XML file. I then want to return it as a XmlDocument class. And I have an XmlDocument variable which I need to convert back to ...
86
votes
4answers
75k views

Android color xml resource file

Does anyone have or know where I might get an Android color xml resource file containing all the X11/w3c color codes?
86
votes
4answers
30k views

What to use instead of “addPreferencesFromResource” in a PreferenceActivity?

I just noticed the fact that the method addPreferencesFromResource(int preferencesResId) is marked deprecated in android's documentation (Reference Entry). Unfortunately no alternative method is ...
86
votes
3answers
29k views

Proper way to implement IXmlSerializable?

Once a programmer decides to implement IXmlSerializable, what are the rules and best practices for implementing it? I've heard that GetSchema() should return null and ReadXml should move to the next ...
86
votes
4answers
5k views

Dealing with “Xerces hell” in Java/Maven?

In my office, the mere mention of the word Xerces is enough to incite murderous rage from developers. A cursory glance at the other Xerces questions on SO seem to indicate that almost all Maven users ...
77
votes
7answers
7k views

Moving and vanishing lines of code; trouble with Eclipse's XML Editor

Sometimes my code moves on its own or just disappears in the Eclipse XML editor. When I highlight the affected code, the highlighted lines try to correct themselves. But when I scroll or drag ...
76
votes
10answers
24k views

Grep and Sed Equivalent for XML Command Line Processing

When doing shell scripting, typically data will be in files of single line records like csv. It's really simple to handle this data with grep and sed. But I have to deal with XML often, so I'd really ...
75
votes
9answers
43k views

Best way to compare 2 XML documents in Java

I'm trying to write an automated test of an application that basically translates a custom message format into an XML message and sends it out the other end. I've got a good set of input/output ...
74
votes
3answers
29k views

How to apply an XSLT Stylesheet in C#

I want to apply an XSLT Stylesheet to an XML Document using C# and write the output to a File.
73
votes
5answers
96k views

How to Deserialize XML document

How do I Deserialize this XML document: <?xml version="1.0" encoding="utf-8"?> <Cars> <Car> <StockNumber>1020</StockNumber> <Make>Nissan</Make> ...
73
votes
4answers
19k views

Android Replace “…” with ellipsis character

Since AVD tools 16 I'm getting this warning: Replace "..." with ellipsis character (..., &#8230;) ? in my strings.xml at this line <string name="searching">Searching...</string> ...
72
votes
17answers
61k views

Any online xml formatter or formatter in free text editor?

Any online xml formatters? Ones that properly indent the tags. Or any free Windows text editor which has a built-in xml formatter?
71
votes
19answers
74k views

How to convert array to SimpleXML

How can I convert an array to a SimpleXML object in PHP?
71
votes
5answers
19k views

What is the best way to return XML from a controller's action in ASP.NET MVC?

What is the best way to return XML from a controller's action in ASP.NET MVC? There is a nice way to return JSON, but not for XML. Do I really need to route the XML through a View, or should I do ...
71
votes
12answers
54k views

Any tools to generate an XSD schema from an XML instance document?

I am looking for a tool which will take an XML instance document and output a corresponding XSD schema. I certainly recognize that the generated XSD schema will be limited when compared to creating a ...
70
votes
5answers
21k views

How to handle button clicks using the xml onClick within Fragments

Pre-Honeycomb, each Activity was registered to handle button clicks via the onClick tag in a Layout's XML. android:onClick="myClickMethod" Within that method you can use view.getId() and a switch ...
69
votes
16answers
8k views

What are the benefits of dependency injection containers?

I understand benefits of dependency injection itself. Let's take Spring for instance. I also understand benefits of other Spring featureslike AOP, helpers of different kinds, etc. I'm just wondering, ...

1 2 3 4 5 1279