From: Lady Date: Sat, 22 Jun 2024 21:54:29 +0000 (-0400) Subject: Provide the location of parsed files in metadata X-Git-Tag: 0.12.0~2 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/f83690a5b2bbe2d1781f0c2381022da5587f0161?hp=f83690a5b2bbe2d1781f0c2381022da5587f0161 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. ---