Questions tagged [xml]

A simple, very flexible text format that stands for eXtensible Markup Language, that can be used to exchange, share, and store data. It is easily parsed by computers, but is also readable by programmers. Use this tag for questions related to topics about using XML.

Wikipedia has a great description about XML. Here is a quote about it:

XML (Extensible Markup Language) is a set of rules for encoding documents in both human-readable and machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards.

Extensible - XML is extensible. It lets you define your own tags.

Markup - The most attractive feature of XML has to be its ability to allow its user to create their own tags. The tags that can be created will be similar to tags in HTML. But with XML you are afforded the opportunity to define your own tags.

Language - XML is a language that is very similar to HTML. But it’s much more flexible because it allows to create custom tags. In this way XML acts like a meta-language: a language that allows us to create or define other languages. For example, with XML we can create other languages, such as RSS.

For more details about using tag XML, refer to StackOverflow.

105 questions
3
votes
2 answers

Visual editor for xslt

I was wondering if it is included in Ubuntu any GUI tool to support the creation of xslt -- bonus points if it also shows how it transforms some reference xml source as I write the xslt document. I've had a look in apt-cache search but cannot find…
fdierre
  • 1,023
2
votes
0 answers

How to extract content from a corrupted .docx file?

I modified a .docx document using LibreOffice when I open it i get this error: File format error found at SAXParseException: '[word/document.xml line 2]: Opening and ending tag mismatch: sdtContent line 0 and txbxContent ', Stream…
2
votes
0 answers

how to read an .atom file from the Data Liberation Front

I downloaded my Blogger history from Google Takeout, and got an '.atom' file. Are there any utilities in Ubuntu that I can use to easily read the archive? It's just an XML file and I can see that all the important text is in there, but I was…
user29058
2
votes
2 answers

xsltproc killed, out of memory

I'm trying to split up a 13GB xml file into small ~50MB xml files with this XSLT style sheet. But this process kills xsltproc after I see it taking up over 1.7GB of memory (that's the total on the system). Is there any way to deal with huge XML…
David Parks
  • 2,516
1
vote
2 answers

xml: copy string of text from one element to another?

thanks for helping. I'm not a programmer, but i understand basic principles. i need to do this in a bunch of xml files. i'm certain xpath pl or xtask or some combination using regex, could pull this off, but i'm lost. does anyone have any ideas?…
user252328
  • 11
  • 2
0
votes
1 answer

Invalid roslaunch XML syntax

So I've created two files: robot.launch and robot.yaml. Robot.launch contains this: Robot.yaml contains this: nxt_robot: - type: touch frame_id: touch_frame name: my_touch_sensor port: PORT_1 desired_frequency: 20.0 When I use…
-1
votes
1 answer

How can I open EML.XML files in Ubuntu 16.04

How can I open these EML.XML files? I know how to acces the ZIP... ;-)