Re: Help needed in migrating from Windows

From: Dan Espen (daneNO_at_SPAM.mk.telcordia.com)
Date: 06/05/05


Date: Sun, 05 Jun 2005 14:27:09 -0400


"Dave" <daveandniki@ntlworld.com> writes:

> The code snippet below prints out a bilingual dictionary of mine into
> MSWord. The dictionary entries are in an XML file that I edit with VIM. The
> Perl script parses the file, processes and sorts the data and puts it in a
> data structure of paragraphs composed of pieces of text with formatting
> instructions (I may add more options in the future). I can also print out
> plain text or html with similar routines. The Word output has the advantage
> of allowing me to add page numbers and insert an introduction etc easily.
>
> I would like to migrate this to Linux (I have XP / SuSE 9.1 dual boot on my
> notebook) but am unsure of which program to replace Word with. OOo does not
> seem to automate as easily.

I don't have any experience with this but did you try typing

openoffice perl

into Google?



Relevant Pages

  • Re: Populating objects from XML file
    ... schema) and then use the relationships defined in the schema to match ... logic on the data, I don't think the DataSet is the best way, simply because it's necessarily a fundamentally flat data structure from which the tree data structure will have to be reconstructed. ... But I can tell you that for my own purposes, I've found it convenient to simply write a layer of code that can map to and from my own data object types and the XML types in System.Xml.Linq, loading the XML file as an XDocument and then traversing the XDocument structure, reconstructing the object hierarchy in my own data types as I go. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Help needed in migrating from Windows
    ... The dictionary entries are in an XML file that I edit with VIM. ... The Word output has the ... >> seem to automate as easily. ... > openoffice perl ...
    (comp.os.linux.misc)
  • Help needed in migrating from Windows
    ... The dictionary entries are in an XML file that I edit with VIM. ... data structure of paragraphs composed of pieces of text with formatting ... different Word processor? ... 'stylesheet' to get this to output PDF for instance if there was a program ...
    (comp.os.linux.misc)
  • Re: New xml dude needs help with xslt
    ... > [xsl snip] ... > and my .xml file has ... > I want to have unlimited entries, but I also want to run a for-each on ... I suggest the following data structure ...
    (comp.text.xml)
  • XMLLIB
    ... transform a data structure in a xml file and viceversa, ...
    (comp.lang.python)