Dan Nicholson wrote: > On 3/30/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote: >> That's right. I tried several iterations and was using openssl as a >> testbed. Some other places also got in though. I'd like to settle on: >> >> <para condition="html" role="usernotes">User Notes: >> <ulink url='&blfs-wiki;/OpenSSL'/></para> >> </sect2> > > Bruce, > > Actually what's in trunk right now for OpenSSL has a role="usernotes" > in the <ulink>: > > <para condition="html" role="usernotes">User Notes: > <ulink role="usernotes" url='&blfs-wiki;/OpenSSL'/></para> > > Is this correct, or is above correct? I'm clueless on XSL.
The above is correct. The rendering process ignores the ulink role. We can access the format in the css anyway as: p.usernotes {} for the main style and p.usernotes span.url {} for the link. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page