[oXygen-user] PI between <tr> visible in Author mode?

Tony Graham tgraham at antenna.co.jp
Fri Aug 9 06:39:18 CDT 2019


I have processing instructions that can appear almost anywhere in an
XHTML document.  This includes appearing between table rows:

   </tr>
     <?pdf stuff?>
   <tr>

Most PIs are visible in Author mode because of the CSS rule in oXygen's
'authorDefaults.css':

oxy|processing-instruction {
     display:-oxy-morph !important;
     color: rgb(139, 38, 201) !important;
     white-space:pre-wrap !important;
     border-width:0px !important;
     margin:0px !important;
     padding: 0px !important;
}

However, the PIs between <tr> are not visible in Author mode with
<oXygen/> XML Editor 21.1, build 2019061404.

Neither of these have worked for me:

  tbody > oxy|processing-instruction {
     display: table-row !important;
  }

  tbody > oxy|processing-instruction {
     display: table-cell !important;
  }

(Yes, there are <tbody> parents of the PIs.)

Is there a way for the PIs between <tr> to be visible (and editable)
when in Author mode?

Regards,


Tony Graham.
-- 
Senior Architect
XML Division
Antenna House, Inc.
----
Skerries, Ireland
tgraham at antenna.co.jp


More information about the oXygen-user mailing list