Issue 114402 - cannot save more than once using <xsl:result-document>
Summary: cannot save more than once using <xsl:result-document>
Status: UNCONFIRMED
Alias: None
Product: xml
Classification: Code
Component: external filters (show other issues)
Version: OOO330m1
Hardware: PC Windows 7
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 10:17 UTC by uzul77
Modified: 2013-01-29 21:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description uzul77 2010-09-08 10:17:49 UTC
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.
Comment 1 thorsten.ziehm 2010-09-27 09:31:00 UTC
Changed owner.
Comment 2 Marcus 2010-10-16 00:34:19 UTC
not a P1 issue