Modify ↓
Opened 15 years ago
Closed 15 years ago
#5895 closed defect (fixed)
xsltproc arguments in the wrong order
Reported by: | Owned by: | Lucas Eisenzimmer | |
---|---|---|---|
Priority: | normal | Component: | PageToDocIntegration |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The plugin claims the document is empty (and the files in /tmp show the word file to be empty). It turns out that xsltproc on my system is using the following versions of stuff (if it matters):
Using libxml 20703, libxslt 10124 and libexslt 813 xsltproc was compiled against libxml 20703, libxslt 10124 and libexslt 813 libxslt 10124 was compiled against libxml 20703 libexslt 813 was compiled against libxml 20703
To fix the error, I simply changed the order of the arguments in the call to xsltproc:
cmd = '%s %s --html -o %s %s %s' % (
on line 137, and now the plugin works as expected.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yikes - I wish I had seen all these errors earlier. Now fixed.
Note: See
TracTickets for help on using
tickets.
I got a similar message
I changed the argument also to
Now it works.
Thanx seemant_trac@…