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

How to activate Windows 7 using sysprep unattend.xml?

How can one activate Windows 7 deployed via an image through SysPrep using an unattend.xml file? This is the code I've written so far:
AceHigh
  • 23
  • 5
2
votes
0 answers

Upgrading to Java 7u65 breaks my Deployment Rule Set for Oracle applications

My company uses an older version of an Oracle application that requires Java 6u45. Naturally we want to be secure, so we use a Deployment Rule Set to specify 6u45 for that internal application and let other applications use 7u60. Now that we're…
2
votes
1 answer

SharePoint Versioning for Office 2007 File Formats

Given the fact that Office 2007 document formats (.docx, .xlsx, .pptx, etc) are entirely XML based, why did Microsoft not build in the ability to store only the 'diff' changes when using the versioning features? We're obviously finding that it's…
pk.
  • 6,451
  • 2
  • 42
  • 63
2
votes
2 answers

How to correctly show WCAT Fiddler results?

Using the WCAT Fiddler extension, I managed to get an XML result file being generated, but unfortunately I failed in having it displayed correctly with the XSL being applied. According to the authors website, a result should look like: While my…
Uwe Keim
  • 2,420
  • 5
  • 30
  • 47
2
votes
4 answers

Ok to edit task's xml file in c:\windows\system32\Tasks?

I wrote a PowerShell script that check the executable in the < action > tag for each task in the Task directory and mark the < enabled >TRUEorFALSE< / enabled > tag as false/true depending on the validity of the digital signature of the executable.…
Eyad
  • 133
  • 1
  • 1
  • 4
2
votes
1 answer

Enable DOM/XML on Centos 6.3

After some research from our team and trial and errors, we we're not able to make '--disable-dom' dissapear from the phpinfo. I've tried to reinstall php-xml but I got the following message: Package php-xml-5.3.3-14.el6_3.x86_64 already installed…
newpoison
  • 123
  • 4
2
votes
2 answers

WDS: what's wrong with my unattend.xml?

Am stuck at the "Windows could not parse or process the unattend answer file for pass [specialize]. The settings specified in the answer file cannot be applied. The error was detected while processing settings for component…
ethrbunny
  • 2,369
  • 4
  • 41
  • 75
2
votes
3 answers

Debugging UPnP / DLNA via Wireshark

Is there any way to parse / interpret the XMLs sent as part of a DLNA / UPnP using Wireshark, or any other network sniffer? I can get the raw packets, but it would be nice to see them parsed, to make debugging easier.
Mikeage
  • 2,741
  • 6
  • 26
  • 37
2
votes
0 answers

Getting all physical drive data via HP iLo 5 locfg (XML)

I'm creating a tool in golang to parse the XML returned from approx 150 HPE DL360 Gen 10 servers, and then send over to ElasticSearch. However, I'm finding discrepancies in the data depending on the method I use to obtain it. A test server has 2x…
2
votes
1 answer

Templating firewalld zones with ansible - issue with xml manipulation

With ansible 2.9 on RHEL7.6 I'm trying to configure individual firewalld zones which also includes configuration of rich rules. It all works fine, except when I'm trying to template adding a rich rule in. In the example below, I'm attempting to add…
JaneD
  • 65
  • 4
2
votes
1 answer

Amazon S3 Redirect

Is there a way to redirect your domain which you are pointing towards S3 to your home pages? Like I am hosting my videos on Amazon S3 but if someone try to access the my s3.mywebsite.com it result in xml output, I want the user to redirect back to…
Salman Javed
1
vote
1 answer

Python Parsing HTTP SOAP Response

I've been following the examples from HERE and HERE trying parse a SOAP response, but not able to get the element I want. Example SOAP Response:
YTKColumba
  • 43
  • 1
  • 3
  • 6
1
vote
2 answers

Signature verification for InCommon SAML metadata using xmlsec1 fails

InCommon Federation provides IdP and SP metadata. Their refresh policy recommends frequent checking of the metadata aggregate to use the most recent version. They strongly recommend InCommon SPs refresh and verify metadata at least daily. Following…
pbuck
  • 11
  • 7
1
vote
1 answer

XML Schema For MBSA Reports

I'm in the process of creating a script to run the command line version of Microsoft Baseline Security Analyzer (mbsacli.exe) against all of our servers. Since the MBSA reports are provided as XML documents, I should be able to write a script or…
Steve Hawkins
  • 223
  • 1
  • 2
  • 6
1
vote
0 answers

Is there any way to tell the Puppet augeas resource which encoding to use?

i am new to augeas, and i am getting plenty of errors like: Could not evaluate: invalid byte sequence in UTF-8 in special i expect augeas to honor the encoding declaration in a XML-file but in the source…
mmoossen
  • 111
  • 3
1 2
3
9 10