Carsten Dominik <[EMAIL PROTECTED]> writes:

> Cool, thanks.

The best thing to do would be to markup the different bits
semantically; eg:

  <div class="tags"><span class="tag">sometag</span>,<span 
class="tag">othertag</span></div>
  <div class="titleline">Some Title Line</div>

or:

 <ul>
   <li>
     <div class="tags"><span class="tag">sometag</span>,<span 
class="tag">othertag</span></div>
     <div class="titleline">Some Title Line</div>
   </li>
 </ul>

Because then CSS can be used to do it if wanted.


Again, I reiterate that microformat output would make all these
encoding problems go away because we could post-process good semantic
markup with xslt (os sxslt or whatever).


Nic


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to