FaqAbiWordNativeFormatToText

From AbiWiki

Revision as of 03:48, 24 November 2010 by Unimaxug (Talk | contribs)
Jump to: navigation, search


Contents

Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page


CLICK HERE


Question

How do I pull the text content out of an Abiword native format file (.abw file)?

Answer

Use XSLT, specifically: <verbatim> xsltproc foo.xsl bar.abw </verbatim> Where *bar.abw* is the name and path to the .abw file, and

  • foo.xsl* contains:

<verbatim> <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform&quot;> <xsl:output method="text"/> </xsl:stylesheet> </verbatim>

<!-- <H3>Contents</H3>

-->

Contributors

Personal tools