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

Libvirt command line arguments using xml config file

I am trying something similar to http://wiki.libvirt.org/page/QEMUSwitchToLibvirt#-s . This is my xml file : rubis_ws
sethu
  • 371
  • 3
  • 16
0
votes
1 answer

Exporting XML Spreadsheet as XML data from Mac Microsoft Excel 2011

I want to use an XML file to facilitate data imports into an Oracle APEX application. The primary reason why I want to use XML is that some of the fields in the Excel spreadsheet could contain many commas which would plague a Comma-separated-value…
Chris Dix
  • 11
  • 1
  • 4
0
votes
1 answer

cron to merge xml into sqlite every two hours - lamp

I'm looking to auto pull an xml file from an offsite url and merge it into a sqlite db every two hours. The server is lamp. (If it is too difficult to do for sqlite, then merging the xml into a mysql table would also be fine.) xml:
Jeffrey
  • 103
  • 1
0
votes
1 answer

How to append xml data inside xml file with shell script?

script.sh #!/bin/sh mysql -u root -pmysql --xml << eof SELECT TABLE_NAME AS "Table Name", table_rows AS "Quant of Rows", ROUND((data_length + index_length)/1024/1024,2) AS "Total Size Mb" FROM information_schema.TABLES WHERE…
krunal shah
  • 335
  • 1
  • 3
  • 13
0
votes
2 answers

Convert string to xml in shell script?

I have written a script which is fetching data from database. Now I want to enhance that script to create a xml file with data which is return by database. How may i convert that string to xml file in shell script. script.sh #!/bin/sh echo 'SELECT…
krunal shah
  • 335
  • 1
  • 3
  • 13
0
votes
1 answer

Textwrangler -- Trying to run a xmllint command

When I run: #!/bin/sh xmllint --c14n "$*" | XMLLINT_INDENT=$'\t' xmllint --encode UTF-8 --format - I get /private/var/folders/Aj/Aj9m3c8JGnmkccHY2o3lKE+++TI/Cleanup At Startup/Tidy XML.sh.S:1: parser error : Start tag expected, '<' not …
bobber205
  • 241
  • 1
  • 6
  • 17
0
votes
1 answer

Solaris SMF Syntax

I'm trying to write a SMF manifest but i'm stuck because i can't find the complete documentation. Their DTD (/usr/share/lib/xml/dtd/service_bundle.dtd.1) is a joke, it's full of CDATA. For instance, i'm looking for the complete specification for…
Benoît
  • 1,341
  • 3
  • 11
  • 23
0
votes
1 answer

How do I replace a 'serverName' parameter in a log. xml file

How do I replace a 'serverName' parameter in a log. xml file of a .war application with the Ibm websphere server name on deployment time (by command ile on linux env). I mean what is the syntax for it in the log.xml file and in the command line. Can…
yoav
  • 1
0
votes
1 answer

How do I convert .DAT and .XML dumps into a readable database?

I have a program that keeps all data in a Derby database. The application itself has crashed but the company that supports the software has a utility that can sort of recover the database. I was sent a zip files containing one schema XML file and…
Juice
  • 135
  • 10
0
votes
1 answer

URL Rewrite in IIS7 Web Service - WebService.asmx => WebService in the SOAP doc

I have an IIS7.5 (Server 2008 R2) based web service that I would like to make as independant on the current implementations technology as possible. I am using the URL rewrite module (http://learn.iis.net/page.aspx/734/url-rewrite-module/) to remove…
Robert Kaucher
  • 487
  • 1
  • 4
  • 18
0
votes
2 answers

A name was started with an invalid character. Error processing resource

Here is the exact error I'm getting when I try to launch my default.aspx file from the published folder. Can anybody point me in the right direction? The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the…
Grahame A
  • 111
  • 1
  • 5
0
votes
1 answer

Parse wevtutil XML into a database?

I'm by no means an XML expert. Ergo, I'm having trouble importing Windows event XML from wevtutil into an SQL database. Prior to Server 2008, we exported event log data to the database directly using Log Parser 2.2, but logparser hasn't been…
Skyhawk
  • 14,200
  • 4
  • 53
  • 95
0
votes
2 answers

Which CMS for a mobile app? No HTML, just XML or JSON

I am a newbie in content management systems. I would need a CMS that can transfer content by XML or JSON to a client. It is ok if the CMS can also manage HTML websites, but the priority is on the data transfer over a web service. Which is the best…
Sascha
  • 109
  • 1
  • 2
0
votes
1 answer

How to setup Joomla CMS as a backend for iPhone app

I would like my iPhone app to get dynamic content off the net. This content should be managed using a CMS. I have gone ahead and installed Joomla on my server and will be using the Joomla web interface to create and manage content. I would now like…
srik
  • 103
  • 5