This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: graphics paths in htmlhelp.xsl


We're using entityrefs rather than filerefs for graphics and inlinegraphics.
We declare the entities using relative pathnames.
Somehow, htmlhelp.xsl is resolving these entity refs to full pathnames. 

For example, a reference to 
	<!ENTITY g-opttoolbtn SYSTEM "graphics\opttoolbtn.gif" NDATA GIF> in
the XML becomes 
	<img src="file:/D:/applets/xmldiffmrg/graphics/opttoolbtn.gif"> in
the HTML.

In this configuration I haven't been able so far to get the HTML Help
compiler to zip the graphics up in the .CHM file - it just references them
as external files using the full path above. Okay for a web application; not
a help system.

Simply eliminating subfolders seems to fix the problem, but it's not a
pretty solution. Am I running afoul of the infamous entity resolver problem?
If so, would you advise going back to filerefs until there's a fix?

Thanks,
Denis

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]