Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mediaobject output adjust only for chunked output? #416

Open
frank-steimke opened this issue Sep 21, 2023 · 1 comment
Open

Mediaobject output adjust only for chunked output? #416

frank-steimke opened this issue Sep 21, 2023 · 1 comment

Comments

@frank-steimke
Copy link

I have to adjust image URIs for printed Media Output. So i followed the instructions given in the Reference Manual for the `m:mediaobject-output-adjust' mode, but without success. The (single, not chunked) HTML Output does not use the adjusted URI.

Inspecting the code i see that this mode is used only in chunk-cleanup.xsl. Maybe it's of no use for non-chunked output?

Greetings, Frank

@ndw
Copy link
Contributor

ndw commented Oct 22, 2023

Can you provide an example of what you're trying to do? It's quite possible that you have a perfectly reasonable use case that isn't (yet) supported.

For chunked output, the base URIs of the output files change so it's absolutely necessary to "fix up" the media object references. For single-file output, I think I've usually just relied on the references being correct in the output because they're correct in the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants