oxygenxml / blog

Oxygen XML Editor Blog Posts
4 stars 12 forks source link

Add contributed author name and date to generated posts #17

Closed raducoravu closed 4 years ago

raducoravu commented 4 years ago

Extract prolog information from DITA topics to display author name and publishing date. So each contributed topic needs to have a prolog like this one:

<prolog>
    <author>Radu Coravu</author>
    <critdates>
        <created date="2020-01-14" class="- topic/created "/>
    </critdates>
</prolog>