XHTML: Image path become invalid
See original GitHub issueWhen I build the attached DITA instance 20170114-diff.zip , it finished normally. But the generated image path become invalid and image is not displayed.
[Command-line]
bin\dita -i D:\SVN\pdf5\diffs\20170114-diff\ja-JP\bmAcme.ditamap -f xhtml -o D:\SVN\pdf5\diffs\20170114-diff\ja-JP\out --generate.copy.outer=3 --clean.temp=no --dita.temp.dir=D:\SVN\pdf5\diffs\20170114-diff\ja-JP\temp\xhtml --logfile=D:\SVN\pdf5\diffs\20170114-diff\ja-JP\log.txt -v
[The relevant location: ja-JP/out/ja-jP/topic/cHelpWindow.html line 28]
<img class="image" id="concept_HelpWindow__image_dpc_gyn_vx" src="../../../common/image/001_01_3.0.gif" />
should be
<img class="image" id="concept_HelpWindow__image_dpc_gyn_vx" src="../../common/image/001_01_3.0.gif" />
Please fix this bug.
Regards,
– /-------------------------------------------------- Toshihiko Makita Development Group. Antenna House, Inc. Ina Branch Web site: http://www.antenna.co.jp/ http://www.antennahouse.com/ --------------------------------------------------/
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Invalid path with ui:include - jsf - Stack Overflow
You seem to be using Spring Security. Are you sure that Spring Security isn't blocking them somehow? By the way, templates/includes belong in...
Read more >Invalid Path (Template) - Prime Community Forum
Hi, I'm trying to set up my Spark Layout, able to run on Glassfish , and access , but to make changes in...
Read more >XMLstarlet to fix image tags and replace path for images
I have multiple .XHTML files in the folder. The top declaration part is as follows: <?xml version="1.0" encoding="UTF-8"?> ...
Read more >The Vanishing Image: XHTML 2 Migration Issues - XML.com
I was convinced that developers would need a migration path in order to adopt it, and there was no such migration path. This...
Read more >docbook, xhtml and absolute filenames for images
If it is not, then there is a problem with the unparsed-entity-uri() function, since it should never return an invalid URL. If it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes. It’s ok now. The result is in the attachment (fresh dita-ot build). test.tar.gz
Fixed by #2667