102: Absolute URL in metadata declaration

This error message has been obsolete since version 27 of the Aneamal Translator. A related error message is 200: Forbidden URI type for file.

Legacy information

You assigned a link with an absolute URL to the metadata name style, which is for integrating a CSS stylesheet into the webpage, or a custom mark in a metadata declaration. Absolute URLs can point to remote files. Remote files are restricted to be used in these metadata declarations for reasons such as security and privacy.

Solution

Use a local filename relative to the Aneamal root directory or a filename which is relative to the current file’s directory, if possible:

% this is relative to the Aneamal root:
@ style: ->/design/style.css

% this is a file in the parent directory
% of the current file's directory:
@ style: ->../style.css