T.R | Title | User | Personal Name | Date | Lines |
---|
55.1 | | CLOSET::UTT | | Wed Dec 28 1988 16:42 | 14 |
| You're right: those tags are recognized for the software doctypes
but not for the REPORT doctype. My apologies: I could have (and
will) provide a workaround for that in the next baselevel.
A short-term fix would be to create a tag definition file that
you include when you process for the REPORT doctype:
<define>(online_popup\)
<define>(endonline_popup\)
The tags will then be recognized and, because their definitions are
null, nothing will be written into the output file.
Mary
|
55.2 | Another workaround | NEWS::LMELEWSKI | | Thu Dec 29 1988 15:55 | 17 |
| Another workaround would be to conditionalize the online_popup
and endonline_popup so that when processing for online, you would
need have to use the /condition qualifier. Example:
<condition>(online)
<online_popup>
.
.
.
<endonline_popup>
<endcondition>
When processing for on line, use /CONDITION=ONLINE.
"My two cents worth"
|
55.3 | | CLOSET::UTT | | Thu Dec 29 1988 16:01 | 15 |
| If you wanted the text or whatever between the online popup tags
you would have to code it:
<condition>(online)
<online_popup>(xx)
<endcondition>
...
<condition>(online)
<endonline_popup>
<endcondition>
Many people find this solution less than desirable for other reasons,
especially since you can only specify one condition on the command
line so if you have some other condition already in the file, you
may have problems.
|
55.4 | LPAHAND too | CURIE::HEBERT | Danced my legs right down to my knees | Fri Apr 21 1989 11:21 | 9 |
| I also found that the LPAHAND doctype doesn't recognize the
<ONLINE_POPUP> and <ENDONLINE_POPUP> tags. Will this also be fixed in the next
baselevel (in addition to fixing it for the REPORT doctype)?
(I am using the latest Bookreader baselevel...)
thanks,
Charlotte
|
55.5 | | VAXUUM::UTT | | Sat Apr 22 1989 10:09 | 8 |
| You need to include a definitions file in order for those tags to be
recognized for hardcopy output. The file, its whereabouts, and related
information about using it are documented in 'Coding Documentation
Source Files for the DECwindows Bookreader.' (Pointers to that document
are in note 64.3.) There are no plans to support the REPORT doctype
online for the next baselevel.
Mary
|