Hi Everyone.
I have an html generated from MadCap Flare and I would like to see 2 types of tags in the Editor view. Here's what the html content looks like, where I highlighted the tags I would like to have in purple:
<?xml version="1.0" encoding="utf-8"?>
<html xmlns:MadCap="">www.madcapsoftware.com/.../MadCap.xsd" MadCap:fileTags="Status.Ready for Translation">
<head>
</head>
<body>
<h1>Advanced</h1>
<p MadCap:conditions="Products.BusOnly,Users.Advanced"> This is my super advanced content. </p>
<MadCap:snippetBlock src="../Resources/Snippets/Conditions-are-interesting.flsnp" MadCap:conditionTagExpression="exclude[Snippet-Conditions/Users.Beginner]" />
<p>This is a new sentence. I just activated track changes.</p>
<p>
<img src="../Resources/Images/test3.bmp" alt="" title="" />
</p>
</body>
</html>
As of now, the 1st tag is not displayed in the Editor. I only see the text "This is my super advanced content", but I would like to see it between tags to be aware that this text is conditional. The second tag is not displayed either.
I have looked in the SDL documentation for HTML parser and entity rules, and I think the solution could be there, but I'm not sure how this works. Also, note that the text following "MadCap conditions=" and "MadCap:snippetBlock src=" will change according to the conditions and snippets configured in MadCap Flare.
Thanks for your help,
Charles