To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=114402 Issue #|114402 Summary|annot save more than once using <xsl:result-document> Component|xml Version|OOO330m1 Platform|PC URL| OS/Version|Windows 7 Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P1 Subcomponent|external filters Assigned to|jsi Reported by|uzul77
------- Additional comments from [email protected] Wed Sep 8 09:17:49 +0000 2010 ------- I am writing an import- & export-filter for OpenOffice-Writer. Everything worked great until I added <xsl:result-document> into my export script. In my case, when I save (export) a file I have created in OpenOffice, the script saves it in 'xml-formate' and creates another file called 'config.xml'. Now if I choose to further edit it, I am not able to save it again. This problem occurs only after the 'config.xml' was written, without it I can save as often as I want, so I guess it is some write-protection being triggered for files being created through <xsl:result-document>. I then have to close OpenOffice, re-import the xml-file and then I am able to save it once (and overwrite any existing 'config.xml'...once). Files created with <xsl:result-document> are stored in the root directory of the OpenOffice installation. This is another issue. Regarding Saxon standalone behavior it should be stored in the same place, where the main document is saved to (i.e. the output location). Otherwise it is impossible to use relative paths. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
