Author Moe CSS Extensions
Posted: Wed Mar 04, 2009 10:47 pm
How can or can I set a css style to a processing instruction within an XML documents structure ? Can I turn it's display none or block with in Author mode and change it's color ? I also went into options > preferences > author > edit and unchecked the processing instruction and comments. Are processing instructions controlled by the software prefs or can they also be controlled by CSS. ?
here is my css
Code: Select all
<paragraph>
<num>b</num>
<text> make recommendations to the minister under section 9 (5) (b) of the Special Accounts Appropriation and Control
<?insert author="Dylan.Dawson" revision="2">if you can make this underlined in red, i will not kill you</insert?> Act respecting the payment of amounts out of the BC150 Cultural Fund Sub-account of the BC Arts and Culture Endowment special account, and.</text>
</paragraph>
Code: Select all
@namespace oxy url('http://www.oxygenxml.com/extensions/author');
oxy|processing-instruction {
display:inline;
color:red;
text-decoration:underline;
}