Modify ↓
Opened 15 years ago
Closed 15 years ago
#5967 closed defect (fixed)
Faulty command string
Reported by: | anonymous | Owned by: | Lucas Eisenzimmer |
---|---|---|---|
Priority: | normal | Component: | PageToDocIntegration |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The command string used by the plugin is: cmd = '%s %s -o --html %s %s %s' % (xsltprocpath, verb, wordfilepath, xsltfilepath, htmlfilepath)
and this results in error messages.
If I swap --html and -o so that the -o option is followed by the word filename, all looks good. At least from the command line.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for this - I missed your bug report and had to figure out the -o myself.
I also fixed the spelling mistakes.
Note: See
TracTickets for help on using
tickets.
Also, the error messages for problems with the XSLT file say xlstfile..