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.
RE: DocBook: Using entity declarations to build a book
Subject:RE: DocBook: Using entity declarations to build a book From:"Gerry Loiacono" <gerry -dot- loiacono -at- aztec-it -dot- com -dot- au> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Fri, 11 Apr 2003 13:49:41 +1000
Here's an example:
In the DTD, define an entity that points to another file:
<!ENTITY chapter1 SYSTEM "file://c:\xml\chapter1.xml">
In the XML document, reference the defined entity:
&chapter1;
This example should replace the "&chapter1" reference in the XML document
with the contents of the file specified in the "!ENTITY" statement when your
XML document is translated.
Your XML document reference looks okay. Have you defined "chapter1" in the
DTD?
Regards,
Gerry Loiacono
Aztec IT Services
www.aztec-it.com.au
www.aztec-it.com.au/twblog (tech writing web log)
-----Original Message-----
From: bounce-techwr-l-115247 -at- lists -dot- raycomm -dot- com
[mailto:bounce-techwr-l-115247 -at- lists -dot- raycomm -dot- com]On Behalf Of Rowena
Hart
Sent: Friday, 11 April 2003 4:54 AM
To: TECHWR-L
Cc: paul -at- kitebird -dot- com; obie1121 -at- yahoo -dot- com
Subject: DocBook: Using entity declarations to build a book
Hi again,
I'm using the latest DocBook DTD for XML (v4.2), but
I'm using Norman Walsh's "DocBook: The Definitive
Guide" (1999) to learn to use the DTD.
I've come up against a problem that may be caused by
advances in the DTD which occurred after the book was
published.
The book describes how to use entity declarations to
build a book. First you declare the entities, then you
refer to them (within a book element) using the
statement &chapter1;
This is causing validation errors in XMLSpy. Do you
know the correct way to refer to the entity, so I can
build my book?
Thanks,
Rowena
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Purchase RoboHelp X3 in April and receive a $100 mail-in
rebate, plus FREE RoboScreenCapture and WebHelp Merge Module.
Order here: http://www.ehelp.com/products/robohelp/
Help celebrate TECHWR-L's 10th Anniversary starting this month!
Check out the contests at http://www.raycomm.com/techwhirl/special/contests/
Happy birthday to you, happy birthday to you, happy birthday TECHWR-L....
---
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.