Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DITA-OT 的预处理使用哈希作为临时文件名,因为它允许代码不处理目录结构。这使得预处理可以在所谓的“地图优先”模式下工作,它首先处理所有 DITA 地图资源,然后才开始处理 DITA 主题和图像资源。
预处理有一个称为clean-preprocess的步骤,它可以重写临时文件名以匹配源资源文件名。但是,对于 PDF 输出禁用此重写操作,因为原始文件名不用于该输出类型中的任何内容。