[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | Online Bookbuilding |
Notice: | This conference is write-locked: see note 1.3. |
Moderator: | VAXUUM::UTT |
|
Created: | Fri Aug 12 1988 |
Last Modified: | Mon Jul 15 1991 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 440 |
Total number of notes: | 2134 |
301.0. "ONLINE.REFERENCE Problems" by PIPKIN::DAVIES (Happiness is a disolving FRACTAL) Wed Mar 21 1990 12:34
When trying to rebuild a book that runs through Soft.SPEC ok, for the
BOOKREADER, I get the following {extract from .log file}
{ VMS 5.3 SSB, Document V1.2B }
For every chapter, there is the warning message re <running_title>
$ set default DISK$USER:[DAVIES.SDML.ISDC.FS]
$ D ISDCFS_BOOK.SDML; ONLINE.REFERENCE BOOKREADER/CONT/NOPRIN
%DOC-I-IDENT, VAX Document V1.2-B 25-JAN-1990 11:47:33.75
[ T a g T r a n s l a t i o n ]...
%TAG-I-DEFSLOADD, End of Loading of Tag Definitions
%TAG-W-TAGNOTDEF, text, line 26, file
ISDCFS_TITLE.SDML
Tag <SIGNATURES> is undefined
%TAG-W-TAGNOTDEF, text, line 27, file
ISDCFS_TITLE.SDML
Tag <BYLINE> is undefined
%TAG-W-TAGNOTPRE, tag <RUNNING_TITLE>, line 12, file
ISDCFS_SUMMAR.SDML
Tag <RUNNING_TITLE> invalid unless preceded by TEMPLATE_SECTION_ATTRIBUTES
==============Then Later on while processing the TOC ...
%TEX-I-FILENAME, 'DISK$USER:[DAVIES.SDML.ISDC.FS]ISDCFS_BOOK_CONTENTS.TEX;1'
-TEX-I-ONPAGE, on page [2]
%TEX-W-MESSAGE, Invalid table of contents entry code, head5 or 6 - on page [2]
%TEX-I-SHOWCONTEXT, '...ts entry code, head5 or 6}'
%TEX-I-SHOWCONTEXT, ' \or \SDMLspecial {\the \SDM...'
%TEX-I-LINE, Error occurred on or around line number: 104
%TEX-I-SHOWCONTEXT, '....2.5.3}}{RPR Session}{\RTLnumber {282}}'
%TEX-I-SHOWCONTEXT, ' '
==============
The .SDML extract is as follows:-
<chapter>(Product Summary\ISDC_fs_summary)
<running_title>(<align_char>(^)
<reference>(prod_ver)
^^^^^^^^^^^^^^^^^^^^Product Summary^^^^^^^^^^^^^^^^^^^^^<date>
<endalign_char>)
Why are the three tags above invalid. I would have reasonably expected that
all the valid tags for S.S would have also been valid for O.R. If this is
not the case, then how do I get rid of these warnings in an easy and
consitant manner. The book has 26 chapters, for I don't want to start
<condition>'ing the whole bok if I can avoid it.
Also the level of inclusion for the <headn> for this design seems to be
incorrect somewhere for the certain <headn> values.
Regards,
Stephen Davies
T.R | Title | User | Personal Name | Date | Lines |
---|
301.1 | not all tags are supported | RAGMOP::UTT | | Thu Mar 22 1990 06:41 | 19 |
| You are correct: ONLINE.REFERENCE does not support all the tags
supported by other doctypes, such as SOFTWARE.SPEC. We expect that
over time this will be rectified but our first priority is to
support CUP documentation groups releasing their documents to
customers on CD.
To get rid of the undefined-tag messages, you can put the
following in a symbols file:
<ifdef>(running_title\\|<define>(running_title\)&)
This will define <running_title> as null for online processing
but not affect hardcopy output.
The TeX error messages about header levels 5 and 6 are because
those header levels are not supported for online processing. They
will be in the next release of the online tools.
Mary
|
301.2 | Thanks. | PIPKIN::DAVIES | Happiness is a disolving FRACTAL | Fri Mar 23 1990 04:57 | 7 |
| Mary,
Thanks for the prompt response, and good/bad news. I have tried the
workaround, and results are ok. I look forward to a future release of all the
bookbuilding tools to correct the outstanding issues.
Stephen D
|