Modify ↓
Opened 15 years ago
Closed 15 years ago
#5296 closed defect (fixed)
Word export fails on trac 11.4 when page contains external links
Reported by: | rlu | Owned by: | Lucas Eisenzimmer |
---|---|---|---|
Priority: | normal | Component: | PageToDocIntegration |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Error Message:
Trac detected an internal error: Exception: Error executing command (return code = 6): /tmp/page2docS3FI4u/trac_GBiu4B:138: parser error : Entity 'nbsp' not defined "metainfo"> -- [... skipped cause of href ] unable to parse /tmp/page2docS3FI4u/trac_GBiu4B
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Solution:
Call xsltproc with argument --html
comment:3 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Please insert patch to source code.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Thanks for the patch. I have committed it.
Note: See
TracTickets for help on using
tickets.
Error occured during XSL transformation. The entity
nbsp
is unknown for the processor. Google says: Addto your XSLT but this didn't help.
Any ideas?