Page 1 of 1

Anybody here use DITA for documentation?

Posted: Wed Dec 24, 2008 1:24 am
by Chris Corbyn
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

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>

Re: Anybody here use DITA for documentation?

Posted: Wed Dec 24, 2008 1:42 am
by Chris Corbyn
Ah never mind, I missed the fact that you can place a <title> element in a <section> :)

Pardon the noise!