TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
>
> > So, out of curiosity, how many folks on the list
> are
> > doing single-source
> > documentation using XML or any other technology?
>
I am using Docbook XML. My single sourcing
architecture starts with modularity. One file per
topic. The document is unique throught the system.
Then I have profiling. This enables me to keep all
content, including images, on a topic in one file.
Profiles = OS = WIN, MAC, UNIX. Othe rprofiles like
customer specific version is also considered a
profile.
Documents are created out of many files, using
entities and xinlcude. As no document is duplicated
within the system, only one module on a topic exists.
So I may create a document by doing something like
this:
<chapter id="installation">
<title>Installing &product_name;</title>
<para> ...</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dependancies.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="procedure.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="testing.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="uninstalling.xml" />
</chapter>
These included files may be used by other documents.
This file is then tranformed into any of the folowing
formats: XML, XHTML, TXT, CHM, JarHelp, PDF, RTF, PS.
Depending on the profile set I can get a book in each
format, for each OS and for each customer if required.
Single Sourcing.
Sean Wheller
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
RoboHelp for FrameMaker is a NEW online publishing tool for FrameMaker that
lets you easily single-source content to online Help, intranet, and Web.
The interface is designed for FrameMaker users, so there is little or no
learning curve and no macro language required! Call 800-718-4407 for
competitive pricing or download a trial at: http://www.ehelp.com/techwr-l4
---
You are currently subscribed to techwr-l as:
archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.