Philip Nye wrote: > The other related command I have not been able to make work is > insertCharByName. > If I use the [DocBook] option (my own DTD does not define any character > entities), do I need to tell XXE to load those entities somewhere or should > it do so automatically?
Command insertCharByName has its own copy of DocBook character entities. There is nothing to do other than passing parameter "[DocBook]" to this command. This command should work fine with your DTD because it inserts characters and *not* references to character entities.

