Hi Tony,

Using our current visual rendering, there is no way for us to display the processing instructions between rows and keep the table layout. So you either change the display of the entire table to "block" in which case the processing instructions should start showing up or you keep the table layout but the processing instructions will not be shown.

Regards,
Radu

Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com

On 8/9/2019 2:39 PM, Tony Graham wrote:
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.
_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to