sadasivarao's blog
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


