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.
I have a knotty problem to solve. I want to use an XML file to contain the
structure of a document while the content is contained in separate entity
files. I am talking about DocBook but I guess it is a general XML question.
Here is the kind of structure I want to work with:
<book>
<chapter>
<entity filename="content1.txt">
<section>
<entity filename="content2.txt">
<section>
<entity filename="content3.txt">
.
.
.
</book>
Which would relate to a filestore with following files:
book.xml, content1.txt, content2.txt, content3.txt
The entities might contain something similar to:
<Title>Title text</Title>
<Para>Content here</Para>
<Table.... you get the idea
So, by having the entities separate, I can develop more than one structure
file to reference the content files and therefore reuse the content for
variant publications.
Sound good?
Now, my solution must work for a team of authors so I have further
requirements as follows:
- I want a WYSIWYM editor that can work with content entities
- I want to be able to edit the structure with the entity <Title> elements
showing (like MS Word's outline view) for ease of use
- I want to be able to edit the entities in-line in the book using WYSIWYM
but with the structure file and/or other entities locked for changes
(concurrent working by multiple authors)
Can anyone help me by suggesting tools I can investigate or approaches that
may work? Has anyone done this before? I imagine it is a well trodden route
but I can't find anything on the web. My mind is like an empty bucket
waiting to be filled!
ROBOHELP X5: Featuring Word 2003 support, Content Management, Multi-Author
support, PDF and XML support and much more!
TRY IT TODAY at http://www.macromedia.com/go/techwrl
WEBWORKS FINALDRAFT: New! Document review system for Word and FrameMaker
authors. Automatic browser-based drafts with unlimited reviewers. Full
online discussions -- no Web server needed! http://www.webworks.com/techwr-l
---
You are currently subscribed to techwr-l as:
archiver -at- techwr-l -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.