Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Structured Application Design

New Here ,
Oct 03, 2019 Oct 03, 2019

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 

TOPICS
Scripting , Structured
528
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Dec 12, 2019 Dec 12, 2019

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 12, 2019 Dec 12, 2019

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Dec 12, 2019 Dec 12, 2019

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 12, 2019 Dec 12, 2019
LATEST

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\

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines