Ian Shields wrote:
I've built the FlatXML filter on Linux and installed it. Now my "Save
as" dialog has a choice of
DevGuide FlatXML Write ()
as one of the types?

I've built another filter and used this one as a model, but I've run
into a few questions:
1) Why the parentheses in the "Save as" dialog for FlatXML and my custom
filter?
mmh, seems to a bug, it should *.fodt
2) Why no default type (I would have expected xml)
see 1)
3) How should one code the .xcu file? In particular, how are the lines:
   <prop oor:name="Data" oor:type="xs:string">
    <value>0,text/plain,,,txt,0</value>
   </prop>
interpreted and what do the various fields mean?
i think it is documented in the DevGuide -> filter development
4) Should a Java filter compiled and built on Linux using gcj (32-bit)
install on a Windows XP box (mine doesn't) or does it need to be rebuilt
on the target platform (thus destroying the advantage of using Java).
i would use a Sun Java installation (no gcj) and it should be enough to built in on one platform. It has worked fine for me in the past.

Juergen



Thanks for any help.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to