[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CFW + GXL Editor



Hi Sukanya,

One thing that may be worth trying is using sortrsf.exe with rigiparse.
sortrsf removes duplicate tuples and sorts the rigiparse output (obviously);
it also replaces two or more arcs to a node with a single multiarc, which
presumably is a good thing.  I'm not sure if it will solve the problem with
databinding the result file from the rsf2gxl converter, but it might, and
getting rid of duplicate tuples can't hurt.  The sortrsf.exe is in the bin
directory, and an HTML doc on usage is in the doc\rigiutils directory.  It's
used as a filter.  Here is an example command:

rigiparse pgm.c | sortrsf -lm > pgm.rsf

If you've already tried sortrsf, please disregard this message.

Steve