Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8524979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:50:33+00:00 2026-06-11T07:50:33+00:00

I know that standards define two versions of ODT file: – one is a

  • 0

I know that standards define two versions of ODT file:
– one is a archive of different files, i.e. meta.xml, content.xml etc,
– second is one big XML file with all the data.
(I know above from http://en.wikipedia.org/wiki/OpenDocument_technical_specification#Document_Representation)

The latter version is better for processing, but unfortunately is not produced by OpenOffice.

The question is:
Do you know any filter, converter, or anything what would help me transform ODT file in archive version into single XML file? The best would be a Java class.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T07:50:35+00:00Added an answer on June 11, 2026 at 7:50 am

    I solved the case by producing XSLT stylesheet that transforms ODT source files into one XML file “more or less” compatible with the standard. Below is the code.

    <?xml version="1.0" encoding="UTF-8"?>
        <xsl:stylesheet version="1.0"
            xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0">
    
            <xsl:param name="meta.file" select="'meta.xml'" /> 
    
            <xsl:template match="@*|node()">
                <xsl:copy>
                    <xsl:apply-templates select="@*|node()" />
                </xsl:copy>
            </xsl:template>
    
            <xsl:template match="office:document-content">
                <office:document>
                    <xsl:copy-of select="@*" />
                    <xsl:variable name="meta" select="document($meta.file)/office:document-meta/office:meta" />
                    <xsl:copy-of select="$meta" />
                    <xsl:apply-templates />
                </office:document>
            </xsl:template>
    
        </xsl:stylesheet>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've come across two different ways to define/name objects and functions in JavaScript that
i know that there is some rules and standards in css handling but i
I know that there are so many standards for writing code. And some policy
I want to know that is there any standards for defining gestures using Kinect
I know that the C and C++ standards leave many aspects of the language
Does anyone know the solution for working with XML in Java that meets these
I know that in standard SQL you can do this: update top (100) table1
So we know that the standard doesn't force pointer sizes to be equal. (
I know that the C++ standard says that return 0 is inserted at the
I know that Phonegap has an event for back button, but it's only available

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.