David Blue,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The modules I am concerned
about do not need to have the styling hand-coded in.&nbsp; The only
reason they have this is because it is the only nice way to specify
font changes and size changes, etc.&nbsp; This material is imperative
to my modules as the current users of the material expect it to be
there.&nbsp; I am fully in favor of separating out the presentation
data from the formatting data, as then I could specify a stylesheet for
print or a stylesheet for screen or a stylesheet for any number of
other things.&nbsp; However, there is absolutely no way for this to
exist within Sword at the moment.&nbsp; At least, there is nothing that
I am aware of that will allow me to do it.&nbsp; I understand the
concerns with separating data from formatting (having been educated in
the post-HTML rise of XML) but am currently unable to do that.<br>
<br>
It is fine and good to say that the formatting ought to be left up to
the front-end, but the OSIS spec says that it ought to use XSL and CSS
to determine styling, and CSS has a preference heirarchy for whose
stylesheets ought to be used
(<a href="http://www.w3.org/TR/2005/WD-CSS21-20050613/cascade.html#cascade">http://www.w3.org/TR/2005/WD-CSS21-20050613/cascade.html#cascade</a>).&nbsp;
Granted, there ought to be a way to disable the stylesheets that are
imported, but I think that they ought to be available to module authors.<br>
<br>
--Greg<br>