Questions tagged [xml]

Extensible Markup Language

Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards.

Source: wikipedia

Official W3C page

141 questions
8
votes
5 answers

Utility to LOGICALLY compare two xml files?

Right now we are attempting to build gold configurations for our environment. One piece of software that we use relies on large XML files to contain the bulk of its configuration. We want to take our lab environment, catalog it as our "gold…
Matthew
  • 2,747
0
votes
1 answer

XSLT remove unwanted elements

I have XML Code Something Something
Lang
  • 44
-1
votes
3 answers

Easiest way to query XML files?

Scenario: I'm on an AIX machine - actually, over a dozen. I have an application that outputs information to XML files, unfortunately without linebreaks. I have a need to run scripts that can make queries on those files. It's mostly simple : If they…
mfinni
  • 36,247