Hello,
I'm trying to insert new image inside a ASD 1.7 data module (in XML).
The image must be first declared as an external entity with a notation ndata.
For example :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dmodule PUBLIC "-//Eurocopter//DTD TIGER Air Vehicle Engines Equipment Description 20020131//EN"
"dm_tiger_avee_d_1_0.dtd" [
<!ENTITY ICN-JP-A-947301-X-F9111-02002-A-02-1 SYSTEM "ICN-JP-A-947301-X-F9111-02002-A-02-1.cgm" NDATA cgm>
]>
<dmodule>...
I don't know how to do it.
I have found the method DeclareGraphicEntity but it doesn't work.
I have found the method DeclareExternalEntity but this method doesn't take an argument for the notation
Thanks for your help,
Nicolas