Modify

Opened 14 years ago

Closed 14 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 14 years ago by anonymous

Also, the error messages for problems with the XSLT file say xlstfile..

comment:2 Changed 14 years ago by markm

Resolution: fixed
Status: newclosed

Thanks for this - I missed your bug report and had to figure out the -o myself.

I also fixed the spelling mistakes.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Lucas Eisenzimmer.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.