conversion from Quicksilver to XML with ITK



Hey guys!

I am concerned with a conversion project right now, trying to get my
interleaf documents into xml format. For this I am using the
Quicksilver 1.5 ITK tool. I am writing or rather adapting the so-
called processing definition right now, which is on the one side
adressing the objects in my ileaf documents (with ileaf context
primitives) and on the other side stating what to do with the objects
(with xml action primitives).
Everything works fine apart from:

- getting component text from microdocuments, that are in frames: I
got my headings as microdocs in frames and when converting the files
to xml those are saved as external graphic files but I obviously want
to have them in a heading tag within my document.

- getting component text from microdocs within picture frames: This is
similar to the first case. I got a specific identification number for
everyone of my pictures which is in a microdocument within the graphic
frame. I want this number to be output as well as text in tag. What
would be great is, if the processor can somehow read the number in the
microdoc and save the graphic file under that specific number as file
name.

- extracting the text which I used for my index: I got an index with 2
levels (main entry + subentry). the entries are shown as gray bars in
my document. What i want is getting the text of those entries in my
output file.

- last but not least I got a problem with extracting vector graphics
from interleaf in a vector format file without big quality losses. I
found the possibility of extracting pixel formats and cgm. However
even in cgm bezier curves are not retained but shown in hundreds of
little vectors.

I see two possibilities for solving those problems:
Either write a lisp script which is extracting all the information
from the frames and writing it into the interleaf document from where
the processer can exit it (this woul be an additional step before the
real conversion).
Or finding the right lisp code right away for the processing
definition so that the information is extracted during the actual
conversion step to xml.

I am firm with XML but poor on Lisp programming. Has anyone of you
faced the same problems or has a solution on that?

I would be happy about any piece of advice.

Thanks a lot!
Theresa
.



Relevant Pages

  • Re: There has to be a better way to develop web applications.
    ... As for XML overhead - I think you have have needed to come through the "flat ... the navigation has absolutely-no-idea what is going on in the other frames. ... you say it's a pipedream to use ASP.NET and the .NET Framework to ... >> languages and technology, then web application development is never going ...
    (microsoft.public.dotnet.framework.aspnet)
  • Exult XML Conversion Wizard 1.2
    ... Easily convert XML to MS Access, CSV, HTML, XLS, Text and other ... Converting even complex XML files is a snap. ... interface which steps the user through the conversion. ...
    (comp.software.shareware.announce)
  • Re: Client-side or server-side XML support?
    ... If you are talking about extracting information from the database only, ... using ADO/ADO.net with FOR XML is normally slightly better in performance, ... > client programming support in SQL server (referred to as ...
    (microsoft.public.sqlserver.xml)
  • Re: Getting a Border in an XML File
    ... This sounds like it might be a CSS or browser question, not XML. ... > 5 frames, one at the top, one at the bottom, and 3 in the middle, two ... > the outer 4 frames are html, and the middle one is html ...
    (comp.text.xml)
  • Re: EXCEL to MXL
    ... I do need the conversion too... ... i spent several hours downloading several trial versions as i said... ... extensions and software that is automatically downloaded to - though i never ... You don't mean to say xml rather than mxl? ...
    (microsoft.public.excel.misc)

Loading