Help or examples creating export format

Anthony Sorace anthony at cibernet.com
Tue Jan 10 15:39:45 PST 2006


Folks:
	I'm trying to create a custom export module for OO3 Pro. This is my  
first time attempting such a thing or working with XSLT, although  
I've done a decent amount of other conversions. The format I'm  
looking to export is a custom plain-text deal with just text  
separation. I want to take something that looks like:
	animals
		beagle	mammal(dog)	alpo
and output something that looks like:
	list of animals {
		beagle	: mammal(dog)	eats alpo;
	}
The "eats alpo" should be omitted if the filed in the outline  
containing alpo is blank. There's some complications from there, but  
I'm happy to work on them from a functional base that does this basic  
step. I've gotten the Omni examples and SDK and such, but there  
doesn't seem to be an example for this. The closest is the Debug  
exporter, which is awful basic (the XSLT sheet basically does nothing  
except add a header and footer).

Can anyone provide pointers, further information, or more useful  
examples? All help much appreciated.
Anthony



More information about the OmniOutliner-Users mailing list