Hi, On the IRC, I asked about the meaning of the term "Rendering transformation". I went through the Rendering Framework doc and found that 'Rendering' is just a way to convert the DOM (Data Object Model: it connects different programming languages) into a valid output which is shown to the user.
Now in the project "Glossary Application" , the idea is to present a list of definitions in the glossary app. I wanted to inquire if the definitions of the 'technical terms'(words which a user while going through the x-wiki page will find difficult to understand) of the x-wiki page is to be listed in the glossary app? And when user clicks on that word then a new page opens listing the definition of that term, feature etc? Thanks :)

