Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: Module - Twiki
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
There is currently no way to have relative images in twiki-format. Reading the twiki docs suggests that this should be implemented by adding funtionality to parse ordinary img-tags (which could then be both relative and absolute). For XHTML-output this would be something we get for free by fixing DOXIA-153 but that wouldn't use sink.figure so it would probably not work for PDF-output (please correct me if I'm wrong).
Attachments
Issue Links
| This issue is duplicated by: | ||||
| DOXIA-213 | There is no way to include images using relative urls |
|
|
|
Patch applied, thanks!
Btw, I think you are wrong about
DOXIA-153: if twiki text nodes would be piped through an xhtml parser that only emits doxia sink events, then it should work also for pdf output. It would be the more general solution but I don't know how practical it is.DOXIA-153: if twiki text nodes would be piped through an xhtml parser that only emits doxia sink events, then it should work also for pdf output. It would be the more general solution but I don't know how practical it is.