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
-1
votes
2 answers

Windows 7 (32-bit) Sysprep not running Unattend.XML but no error in logs

I am trying to Sysprep a Windows image that will run on identical hardware. The issue I'm facing is that the Unattend.XML file is somehow not running whatsoever, but the logs itself do not say anything about the Unattend.XML file having an error but…
Josh
  • 1
  • 2
-1
votes
1 answer

ejabberd 14.12 xml rpc enable

I've got problem with my new ejabberd installation. I need to enable mod xml_rpc, so what I do: I'm uncomment this in my ejabberd.yml file: ## To handle XML-RPC requests that provide admin credentials: ## ## - ## port: 4560 ## module:…
lukasz
  • 1
-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,144
  • 4
  • 53
  • 86
-1
votes
1 answer

JBoss AS: use .xml files in the properties-service.xml

The properties service (configured in properties-service.xml) in JBoss application server lets you specify external .properties files that are loaded and can then be accessed as system properties from the deployed applications. (See here…
fgysin
  • 448
  • 2
  • 5
  • 15
-1
votes
1 answer

concatenate few .xml files in one bigger .xml document

Exist the possibility to concatenate more .xml files in just one .xml document using powershell? For example I have 14 .xml file which have the same format (columns/name of columns) and I want in concatenate all these .xml files in one bigger .xml…
bogdan09
  • 3
  • 2
-3
votes
2 answers

Linux : Send a tcp message to a url/endpoint

I want to send a xml message to a URL like tcp://localhost:6060/services/test What are the available tools for this?
1 2 3
9
10