Anybody here use DITA for documentation?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Anybody here use DITA for documentation?

Post 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>
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Anybody here use DITA for documentation?

Post by Chris Corbyn »

Ah never mind, I missed the fact that you can place a <title> element in a <section> :)

Pardon the noise!
Post Reply