Anybody here use DITA for documentation?
Posted: Wed Dec 24, 2008 1:24 am
I'm learning to use DITA while I write my documentation for Swift Mailer and I'm just wondering if there's anybody else here who uses it? I'm trying to fathom out how to conref a page in my documentation so that its title is used as a header.
i.e.
concepts/transports.xml
i.e.
concepts/transports.xml
Code: Select all
<conbody> <p> Some general blah blah blah about Transports in Swift Mailer. </p> <!-- How do I get this to display the header "SMTP Transport" from the conref'd file? --> <section conref="concepts/transports/smtp.xml#smtptransport"></section>