Flare Topics (part 1)

Topics in a Flare project are XML files. Here is the markup for a basic topic file in a Flare project: <?xml version=”1.0″ encoding=”utf-8″?> <html xmlns:MadCap=”http://www.madcapsoftware.com/Schemas/MadCap.xsd”> <head> <link href=”Resources/Stylesheets/FlareAutomationBookStyles.css” rel=”stylesheet” type=”text/css” /> </head> <body> <h1>Topic Title</h1> <p>Delete this text and replace it with your own content.</p> </body> </html> The first line is called the XML… Continue reading Flare Topics (part 1)