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.
Subject:Re: Notation for XML nested tags? From:"Mark Baker" <listsub -at- analecta -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Wed, 19 May 2004 16:12:08 -0400
Stevenson, Rebecca wrote
> If tag foo is always used inside tag bar, when I refer to tag foo I
wanted to mention bar so my
> users keep the relationship in mind as they make their changes to the
file.
>
> 1) Is this a dumb idea?
Depends on the DTD design. If element names have absolute semantics (they
mean the same in all contexts regardless of where they occur) it may not be
necessary. If element names have relative semantics (their meaning changes
based on the context in which they occur) then it is essential.
For data oriented DTD's absolute semantics are the norm. For markup oriented
DTD's relative semantics are more common.
> 2) Is there a standard way of noting these relationships as there is for
code? foo.bar, or something?
Yes, there is a standard. It's called XPATH. Basically its foo/bar, but look
it up to get the details. (foo.bar doesn't work because markup names can
contain periods. foo.bar would be seen as one element name.)
---
Mark Baker
Analecta Communications
www.analecta.com
+1 613 614 5881
SEE THE ALL NEW ROBOHELP X5 IN ACTION: RoboHelp X5 is a giant leap forward
in Help authoring technology, featuring Word 2003 support, Content
Management, Multi-Author support, PDF and XML support and much more! http://www.macromedia.com/go/techwrldemo
>From a single set of Word documents, create online Help and printed
documentation with ComponentOne Doc-To-Help 7 Professional, a new yearly
subscription service offering free updates and upgrades, support, and more. http://www.doctohelp.com
---
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.