From: Lady Date: Sat, 22 Jun 2024 21:54:29 +0000 (-0400) Subject: Provide the location of parsed files in metadata X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/ffe87ed345ae20b68cabd12741ee9c1c708780ff?hp=ffe87ed345ae20b68cabd12741ee9c1c708780ff Provide the location of parsed files in metadata Rather than hardcoding parsed file lookup into `expandmetadata.xslt` and `catalog2transform.xslt`, provide a file U·R·I for the parsed file as a part of its metadata and use that instead. It _is_ reasonable for transforms to want to access the original parsed documents of dependencies. Note, however, that there is no guarantee that the parsed document actually exists if it _isn’t_ a dependency for the file. ---