I have a program which generates a simple text file from a database. The text file includes line feeds and tabs as well as printable text. this imports into .odt by cutting and pasting very easily. I want to include some code to generate a page feed in the text file so that when the text file is imported into .odt the page feed is imported.
I have saved an odt document as docbook.xml and can see how a page feed is coded there, and I think my program could generate a suitable docbook file. so if I could import the docbook file somehow that would solve the problem
thanks for any help