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
vote
1 answer

Nginx rewrite with Simple Machines Forum

I am running Nginx 1.5.6 and I use the Simple Machines Forum software. Most rewrite rules seem to work properly, with the exception of the RSS feeds. In my Nginx configuration, I have the following line which is supposed to handle URLs which contain…
Kevin Worthington
  • 327
  • 2
  • 6
  • 19
1
vote
3 answers

HP ILO 3 gives XML syntax errors with hponcfg utility

I have an HP ProLiant DL360 G7 server running VMWare ESX 4.1. The system board on the server was changed months ago following a lightning strike at the facility. The HP technician reprogrammed the ILO3 interface and provided a login/password to…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
1
vote
1 answer

Spring Security 3.1 & Active Directory - how to set up config for users and groups

I have not been able to find anything relating to what I want to achieve I have a web system that is using Spring Secuirty 3.1 that needs to link users from an Active Directory. For my dev, I was just storing them in the spring-security.xml file.…
babb
1
vote
1 answer

Windows Server 2008 Task Scheduler: Task Started (Task=100) but did task did not complete (Task=102) when the result code is 2

Can someone give me a use case for setting up a Windows Server 2008 Task Scheduler task (we'll call this "test") that completes (action completed is task=201) with an error (result code=2)? This is event trigger code for another task (called…
JustBeingHelpful
  • 1,964
  • 7
  • 37
  • 53
1
vote
1 answer

Problems with socket policy file on flash/flex clients

I have a MMO using a flash/flex (AS3) client that needs to make a raw socket connection to our server. I have tried several different methods of serving the xml policy file on port 843 as detailed by Adobe. Now everything seems to work fine for…
Colin Fitzgerald
1
vote
1 answer

If I have /generalize arg, will that remove settings placed in Specialize phase?

I am currently working on .xmls for imaging on mass deployment. I want to do an unattended join to the domain and also get the drivers in the audit (sysprep) phase. But when I go from audit to OOBE, I do a /generalize to cleanup the drivers I…
Zero
  • 315
  • 1
  • 5
  • 21
1
vote
3 answers

Getting different values of particular variable from a file in UNIX

I have a file which I'd like to parse to extract certain values from it. I don't know what command and syntax I should use (maybe sed?). Below are 2 sample lines which I might expect to find in the file. What I need is the value of name (i.e 1234…
dhruv
  • 11
  • 1
1
vote
2 answers

Getting 403 forbidden on all xml files on my server

I recently moved a site to a new server where the server configuration is not allowing access to xml files: [error] client denied by server configuration: /var/www/website/test.xml After further testing, I get a 403 (forbidden) when trying to load…
Francis
  • 113
  • 1
  • 7
1
vote
2 answers

SQL2008R2 Server access to XML templates in IIS7

I'm in a jam. working on a migration project from SQL 2000 to SQL2008 R2 on a windows 2008 R2 box with IIS7 now installed. The old server had 3 simple virtual directories with XML templates installed on them. The 'IIS Virtual Directory Management…
Chris Wood
  • 133
  • 5
1
vote
2 answers

How do I filter the Security Log using XML for the following data

A manager has asked me to log the start and stop times and dates when a user launches a particular program (Starcraft II). I have enabled logging on the user's machine so that it will report all process creation and termination. (Windows Logs ->…
Bugat
  • 69
  • 1
  • 2
  • 6
1
vote
1 answer

Populate object directly from XML in Powershell

I'm pretty new to PowerShell so I'm not entirely sure what the correct terminology is for what I want to do, but hopefully a description will suffice. I'm trying to use the Web-Administration module to set up websites, with configuration in an XML…
AwesomeTown
  • 153
  • 7
1
vote
2 answers

UNIX tool to dump a selection of HTML?

I'm looking to monitor changes on websites and my current approach is being defeated by a rotating top banner. Is there a UNIX tool that takes a selection parameter (id attribute or XPath), reads HTML from stdin and prints to stdout the subtree…
jldugger
  • 14,342
  • 20
  • 77
  • 129
1
vote
1 answer

DB2 runstats not working for xml columns

I am running runstats command to update the runtime statistics of a particular table called "CUSTOMER" in DB2. The customer has two columns- CID (integer) and INFO (xml column). After running the command, if I look into the SYSCOLDIST table, the…
0
votes
0 answers

GPO not applying default file associations

so I've exported a default association file as XML using DISM from a PC to use as a template. I placed the XML file on a share drive and created a GPO and went to Computer Configuration > Policies > Administrative Templates > Windows Components >…
Jay
  • 111
  • 3
0
votes
0 answers

KVM gets stuck at “Booting from ROM”

I created I a ubuntu 16.04 vm with a kickstart file using the following xml """ + name + """ 1 1 hvm
nadermx
  • 133
  • 1
  • 7