question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

XHTML: Image path become invalid

See original GitHub issue

When 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:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mironovalexeycommented, Apr 24, 2017

Yes. It’s ok now. The result is in the attachment (fresh dita-ot build). test.tar.gz

0reactions
jelovirtcommented, Apr 24, 2017

Fixed by #2667

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found