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

How to Parse XML using FDK

Community Beginner ,
Nov 22, 2018 Nov 22, 2018

Copy link to clipboard

Copied

How to Parse the XML using FDK?

TOPICS
Scripting

Views

251

Translate

Translate

Report

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
Adobe Employee ,
Dec 14, 2018 Dec 14, 2018

Copy link to clipboard

Copied

LATEST

As you did not get an answer, please allow me to suggest, that giving more detailed background on what you want to do is helpful for the other users in this forum.

Without having more background info on what you want to do, it is difficult to start with giving some help. If want to “parse” XML I suggest to look into XSLT and XPATH. FrameMaker 2019 ships with Saxon Enterprise Edition which is probably the most powerful engine on the planet to do such things. You can plug in an XSLT as a pre- and/or as a post-processing process when opening/saving/closing an XML file in FrameMaker or on an open file in the code view. This makes virtually everything possible.

Alternatively you can use the FDK to manipulate an XML file on the FrameMaker structured document level. As you were talking about tables in a similar post you could use the FDK (or ExtendScript) to e.g. sort the table extract data from it, create a new XML document from it or all kind of other things.

If you give the community here more details, it is more inviting for them to help. Especially in this sub-forum, they are all high-level, busy experts who are happy to give precise answers on precise questions 😉

Cheers,

Stefan

Votes

Translate

Translate

Report

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