Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Generate XML from FrameMaker Book
How to generate an XML file from a FrameMaker book? I want to transform the book to other formats.
✍: FYIcenter.com
You can follow this tutorial to generate an XML file from a FrameMaker book.
1. Open the FrameMaker book like FM-Book-Example.book, and click "Edit > Update Book" menu to ensure the entire book is updated.
2. Select the FrameMaker book in the book panel on the left. Then click "File > Save Book As" menu You see the "Save Book" screen.
3. Enter the PDF file name like "FM-Book-Example". And make sure that "Save as type" is set to "XML (*.xml)".
4. Click "Save".
5. You see an error in the console panel:
XML Parser Messages (Document Instance) Error at file C:\fyicenter\FM-Book-Example.xml.DE2, line 15, char 20, Message: Unknown element 'NoName'
6. Go to the folder where the XML file was saved. You actually see multiple files generated:
FM-Book-Example.xml - Contains XML code for the book FM-Book-Example-TOC.e01 FM-Book-Chapter-Introduction.e02 FM-Book-Chapter-Basics.e03 FM-Book-Chapter-Summary.e04 FM-Book-Example-IOM.e05
7. Open FM-Book-Example.xml in an XML editor. You see how the book content is organized.
<!DOCTYPE NoName PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap/dtd/bookmap.dtd" [ <!-- Begin Document Specific Declarations --> <!ENTITY bkc1 SYSTEM "FM-Book-Example-TOC.e01"> <!ENTITY bkc2 SYSTEM "FM-Book-Chapter-Introduction.e02"> <!ENTITY bkc3 SYSTEM "FM-Book-Chapter-Basics.e03"> <!ENTITY bkc4 SYSTEM "FM-Book-Chapter-Summary.e04"> <!ENTITY bkc5 SYSTEM "FM-Book-Example-IOM.e05"> <!-- End Document Specific Declarations --> ]> <?Fm Book?><NoName>&bkc1;&bkc2;&bkc3;&bkc4;&bkc5;</NoName>
You see the XML file in incomplete. So FrameMaker failed to generate the XML file from a FrameMaker book.
The picture below shows you how to generate XML from a FrameMaker book:
⇒ FrameMaker Publish Functions
⇐ Generate HTML from FrameMaker Book
2018-01-06, ∼2527🔥, 0💬
Popular Posts:
Is Tahoma font supported on iPhone, iPad and other Apple devices? The answer is no. Tahoma font is n...
I have an Apple iPad Air Model MD788C/A. Is it good? Yes. Apple iPad Air Model MD788C/A is a very go...
Why am I not seeing the "Call Forwarding" option on Skype for Business on Windows? You don't see the...
How to add ActiveX controls, like text command button, text box, check box, etc., to Presentation sl...
How to pause file transfer in FileZilla FTP Client? I want to close the computer in the middle of a ...