Inserting ENTITY declarations in DOCTYPE XSLT 2.0 Saxon9he
问题 I am tasked with breaking up an XML document into individual work packages. The only part I am having trouble with is inserting graphic entity declarations in the DOCTYPE like so: <!DOCTYPE frntcover PUBLIC "-//USA-DOD//DTD TM Assembly REV C" "production.dtd" [ <!ENTITY IMAGE001.jpg SYSTEM "IMAGE001.jpg" NDATA jpg> ]> (Never mind the extension in the entity name, that's how they do it here.) Anyway, the entities will be constructed from all the @boardno that are found in the main XML file