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
0
votes
3 answers

Slow Inserts SQL Server 2005

I'm researching an issue with the following information: We had a logging table with about 90k records in it that had inserts taking several seconds(approximately 10 to 20s) in extreme cases. One of the columns of the table stores XML as the XML…
Achilles
  • 107
  • 4
0
votes
1 answer

Details about ping google - xml format, best practices etc

Just found http://blogsearch.google.com/ping and I can't find any information about the xml file format. Is there better way to ping the google bot and can you share sample xml code to show me the exact format that must be send? Thanks.
T1000
  • 155
  • 4
0
votes
1 answer

What is voice xml and how can I host it

while looking for a way to use speech recognition with flash I crossed paths with voice xml. I've gone through the wc3 description of it but still I have a few big questions. Can I simply create a vxml doc and place it on my webserver? What are the…
Logodym
0
votes
0 answers

BIND 9 XML Statistics-channels build modification after server is already up and running

Migrating away from BIND9 to Route53 and would prefer not to use the named.stats file for monitoring activity during the migration period. As such, I checked the current named.conf and verified no statistics-channels entry exists, so no http web…
0
votes
1 answer

Using autounattend.xml to automate a Windows installation with Ventoy bootloader

In the company I work for, we occasionally need to build out servers which we sell to clients. Part of this process includes installing an OS, and in the past, we have used Windows 10 Ent. IoT and Windows Server 2019. Now, with the release of…
Ryan W
  • 1
  • 2
0
votes
0 answers

Denodo/VQL ISO_WEEK

In Denodo, I wanted to work with iso week. There were no functions or calculations that I could find. I wanted to use the following code: GETWEEK("ISO WEEK", ADDWEEK(CURRENT DATE(), 1)) returns the current week. There is, of course, no ISO WEEK…
0
votes
0 answers

xml2 Ubuntu equivalent on centos / Rocky

I am setting up monitor for bind service on Rocky Linux. I need to parse xml output of bind statistics. On ubuntu I can run the next command and get valid output root@ubuntu:~# curl -s 172.19.0.30:8053 | xml2…
0
votes
0 answers

Ansible xml add_children not working

I have an ansible playbook in which I try to add xml elements to an xml file (tomcat-users.xml) as follows - name: Update Scheme Option in tomcat-users.xml add role user elements become: yes become_user: tomcat xml: file:…
eliassal
  • 101
  • 1
0
votes
1 answer

Write original Ansible variable to xml file

I'm trying to find a way to write the original {{ ansible_host }} var in to a xml file. This variable will replace a static IP in a device config. The reason that I want to replace this IP with the original variable in the file, is because later in…
Collega
  • 65
  • 6
0
votes
1 answer

update XML duplicate named section with Powershell

Using Powershell, I would like to update Outlook's compatible status to True Excel.exe True Outlook.exe False
Eric
  • 1
  • 1
0
votes
0 answers

Loading a KVM guest with static IP using XML file

I have an XML template for the image I am loading on KVM using ansible. For now, the image loads without IP. I would like to know if there is a way to add static IP on the XML template so that my VM loads with static IP on eth0 interface. I tried…
ranji
  • 21
  • 6
0
votes
2 answers

Override virsh network from xml file to apply custom dnsmasq options outside

I want to automatically add a DNS CNAME entry using the dnsmasq namespace. Since this seems too complex to be handled by virsh net-edit, my idea is to use virsh net-dumpxml, apply the modifications and re-import the network. While the export works,…
Lion
  • 506
  • 10
  • 21
0
votes
1 answer

SQL XML to Unicode no encoding

I want to export a varchar(max) column (SQL 2005) to an xml UTF 8 using BCP out to a file. I tryed using the -w option for BCP but so far it encodes my special characters in strings like – Is there's an option to skip the special characters…
Paul
  • 714
  • 2
  • 6
  • 19
0
votes
0 answers

JBOSS giving error with this standalone.xml

im going to start standalone.sh and shows up a red error message like this Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 11:01:52,572 INFO [org.jboss.modules] (main) JBoss Modules…
dandan
  • 1
  • 1
0
votes
1 answer

Pass encrypted value from xml file to ms build command

I have a xml file with passwords in it. I have to pass these passwords from a xml file to password property in MSBUILD command. Can anyone guide me Xml: newpassword My…
vodevops
  • 11
  • 3
1 2 3
9
10