I have set in customized Docbook css style like this
Code: Select all
oxy|processing-instruction {
display: inline;
}
Jan
Post by honyk » Tue Aug 18, 2009 2:27 pm
Code: Select all
oxy|processing-instruction {
display: inline;
}
Post by sorin_ristache » Tue Aug 18, 2009 2:43 pm
Code: Select all
oxy|processing-instruction {
display: inline !important;
}
Post by sorin_ristache » Tue Aug 18, 2009 3:31 pm
Post by honyk » Tue Aug 18, 2009 4:32 pm
Code: Select all
<copyright>
<year><?dbtimestamp format="Y"?></year>
<holder>MyCompany</holder>
</copyright>
Post by sorin_ristache » Tue Aug 18, 2009 4:40 pm
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="pi-inline.css"?>
<copyright>
<year><?dbtimestamp format="Y"?></year>
<holder>MyCompany</holder>
</copyright>
Code: Select all
@namespace oxy url('http://www.oxygenxml.com/extensions/author');
oxy|processing-instruction {
display:inline !important;
}
Post by honyk » Tue Aug 18, 2009 4:51 pm
Post by dcramer » Wed Jan 26, 2011 8:19 pm
Code: Select all
oxy|processing-instruction['sbr']{
display: inline !important;
}
oxy|processing-instruction{
display: block !important;
}
Post by Radu » Thu Jan 27, 2011 12:04 pm
Post by dcramer » Thu Jan 27, 2011 2:42 pm
Code: Select all
oxy|processing-instruction[contains(.,'foo')]
Post by Radu » Fri Oct 19, 2012 2:47 pm
Code: Select all
<?t1 data="b"?>
Code: Select all
oxy|processing-instruction[t1]
Code: Select all
oxy|processing-instruction[data]
Code: Select all
oxy|processing-instruction[data=="b"]
Code: Select all
oxy|processing-instruction[t1][data=="b"]
This website was created & generated with <oXygen/>®XML Editor