Accessing open office document style.xml file
Blog entry: Submitted by sadasivarao on Thu, 2008-12-11 13:58.
we load the content.xml file using pecice of java code.
odfDoc = loadDocument(TemplateName);
odfContent = odfDoc.getContent();
it gives content.xml file.is ther any way to acess the style.xml
i tried in to get style.xml file.i am able to access the file.
while writing and saving time its not reflecting the cahnges.
Pls help ,
Thanks,
Sads
- sadasivarao's blog
- Login or register to post comments
- 3227 reads



Try the ODF Toolkit Forum
There is an ODF Toolkit Forum that might have more information for you: http://odftoolkit.org/
Also, if you just want one of the ODF subfiles, you can use Java API for opening Zip files. Access the styles.xml Zip item from there..