Skip to main content
vinitan123
Participating Frequently
November 30, 2018
Question

Create XML file using FDK Programming

  • November 30, 2018
  • 2 replies
  • 313 views

Hello

I want to create the XML file by getting the table data from the Framemaker Document using FDK2019.

can you please suggest me how I can create the XML file with that data?

I appreciate any help!

This topic has been closed for replies.

2 replies

Legend
December 14, 2018

Is “the table” in a structured or an structured document? That makes a big difference.

You can “walk” with the FDK through your document to the table in question and then take the whole table, put it into a new document based on a structured application and save it as an XML file. Before saving as an XML file, you can of course do all kind of other stuff with the table.

Like Russ Ward​ suggest, the folks in this forum might be able to help you, if you ask specifc, focused questions :-)

Legend
November 30, 2018

Hi vinitan123,

You are asking too much from this forum. Parsing and building documents requires advanced knowledge of the FDK or ExtendScript, which is not something that could be provided here. I suggest you get the FDK, learn how to compile a basic client, then spend some weeks experimenting until you have a strong working knowledge. Then, this forum would be a good place to ask specific, focused questions.

Russ

Jeff_Coatsworth
Community Expert
Community Expert
November 30, 2018

[Moved from Unstructured FM forum to FM Scripting - moderator]