Structured Application Design
Copy link to clipboard
Copied
Hi,
I am trying to write new structured application.
I have 2705 cgm files in SGML folder. How can I show cgm notation in structapps.fm file?
Thank you for all help.
Mehmet
Copy link to clipboard
Copied
Mehmet,
Did you ever get an answer to this question? Declare the notation in the DTD. You can use something as simple as:
<!NOTATION CGM SYSTEM "">
--Lynne
Copy link to clipboard
Copied
Dear Lyne,
Thank you for kind answer. I couldnt still solve this problem. Could you kindly write small lines for me? How can i declare dtd file and graphics file in framemaker structured application?
Best regards.
Copy link to clipboard
Copied
Mehmet,
Where are you starting from? Do you want to write documents in FrameMaker and save them as SGML? Do you want to use FrameMaker to format existing SGML documents? Both? Are you familiar with SGML?
Have you looked at the Structure Application Developer's Guide? You can find it at https://www.adobe.com/devnet/framemaker.html, in the section on "Structure Application Development".
--Lynne
Copy link to clipboard
Copied
Dear Lyne,
Thank you for kind support.
I have existing SGML file and I want to convert to pdf file.
My application is like below, but ir is not working.
Application name: mysgml20
DTD: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.DTD
DOCTYPE: Amm
Entity locations
Public ID: -//ATA-TEXT//DTD AMM-VER12-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.SDL
Public ID: -//ATA-TEXT//DTD AMM-VER12-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.DTD
Public ID: -//ATA-TEXT//DTD AMM-VER12-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.CFE
Public ID: -//ATA-TEXT//DTD AMM-VER12-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.SCE
Public ID: -//ATA-TEXT//DTD AMM-VER12-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.SGE
Public ID: -//ATA-TEXT//DTD AMM-VER12-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.SNE
Public ID: -//ATA-TEXT//DTD AMM-VER12-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\SGML\AMM.SWE
Public ID: -//ATA-TEXT//DTD GCF-VER2-REV2-LEVEL2//EN
Filename: C:\Users\MEHMETAK\Downloads\AMM\1\All\CMP\V4SHEET.DTD
$(System).cgm
$(System).cmp
$(System).$(Notation)
Entity search paths
C:\Users\MEHMETAK\Downloads\AMM\1\All\CGM\
C:\Users\MEHMETAK\Downloads\AMM\1\All\CMP\

