DITA and XMetaL Discussion

XMetaL Community Forum DITA and XMetaL Discussion bat_lines on a per-deliverable basis?

  • larrygolding

    bat_lines on a per-deliverable basis?

    Participants 2
    Replies 3
    Last Activity 11 years, 5 months ago

    Using XMetal Author Enterprise 6.0 SP1 (version 6.0.2.070) with SP Edition (version 2.0.0.061):

    I have created a deliverable based on the Multiple XHTML Files output format. This custom deliverable specifies values for certain of the parameters defined by the output format, such as the name of the XSL stylesheet.

    In addition to the parameter values, I want to specify some additional batch processing; in particular, I want to copy certain icons into the output directory. Can I add a element to the element that defines my deliverable? Or does only apply to output formats?

    In other words, if I want custom batch processing, must I clone the Multiple XHTML Files output format, and base my deliverable on the clone?

    Of course the first thing I did was to try it. I added a single batch line to the element that defines my deliverable:

    [code]
        echo Hello world
    [/code]

    It didn't work, as far as I could tell — I didn't see “Hello world” in the log file anywhere. But maybe I didn't add the section to my deliverable in exactly the right way.

    Reply

    larrygolding

    Reply to: bat_lines on a per-deliverable basis?

    By the way, I got my scenario working by cloning the output format into a separate XML file, modifying the clone's batch processing, and basing my deliverable on the clone, as described in the XMetaL documentation. So there's no urgency to this question. I'm just curious if it can be done.

    Thanks,
    Larry

    Reply

    Derek Read

    Reply to: bat_lines on a per-deliverable basis?

    Yes, the section only applies to output formats in general (ie: sort of a “master deliverable”). When you “duplicate” a “Deliverable” using our UI that adds a new entry to the following file and adds settings to it that reference the file that contains the actual batch commands:
    %appdata%SoftQuadXMetaL6.0print_local.xml

    We didn't anticipate this need so there is no means to do this using the UI in the Configure Output dialog. You can modify this file directly though, and add new entries:

    C:Program FilesXMetaL 6.0AuthorDITAXACssharedrenditionsprint_dita142.xml

    That might be good enough.

    But if you need to be able to call different “deliverables” (the items in the list in our Generate Output dialog) with different batch commands for each then you need to go into the print_dita142.xml file and manually duplicate an entire section, give the new one a new name (for your own sake) and fix up the @id value, then you need to sync that with your copy of the “print_local.xml” file in your %appdata% folder.

    Let me know if you need this as the @id values are probably tricky. One of them matters and the others are probably red-herrings left over from an original design that changed (I think — ie: most of them do nothing but others are significant).

    One of the @id values in that file need to sync with a value in this file (essentially this lets our “Duplicate” button in the UI work via some redirection): %appdata%SoftQuadXMetaL6.0print_local.xml

    However, in the latter file it may not be obvious how to code the location that points to the @id. Probably fastest if I check with dev to figure this out.

    Reply

    larrygolding

    Reply to: bat_lines on a per-deliverable basis?

    Thanks Derek. I will follow up with you privately.

    Larry

    Reply

  • You must be logged in to reply to this topic.

Lost Your Password?

Products
Downloads
Support