-
public final class PublicationKt
-
-
Method Summary
Modifier and Type Method Description final static LocatornormalizeLocator(Publication $self, Locator locator)Historically, we used to have "absolute" HREFs in the manifest: starting with a
/for packaged publications.resolved to the
selflink for remote publications.
-
-
Method Detail
-
normalizeLocator
final static Locator normalizeLocator(Publication $self, Locator locator)
Historically, we used to have "absolute" HREFs in the manifest:
starting with a
/for packaged publications.resolved to the
selflink for remote publications.
We removed the normalization and now use relative HREFs everywhere, but we still need to support the locators created with the old absolute HREFs.
-
-
-