← Prev in month ← Prev in thread
Next in thread → Next in month →

xsl/xhtml <author> rendering

From
Sam Steingold <>
Date
2003-06-07T01:03:56+00:00
ID
Thread
xsl/xhtml <author> rendering
this:

<author><firstname>Gilbert</firstname> <surname>Baumann</surname>
 <address><otheraddr><ulink url="http://www.uni-karlsruhe.de/~unk6/"/>
 </otheraddr></address>
 <email></email></author>

is rendered thus:

<span class="author"><span class="firstname">Gilbert</span>
<span class="surname">Baumann</span></span>

instead of, say,

<span class="author"><a href="http://www.uni-karlsruhe.de/~unk6/">
<span class="firstname">Gilbert</span>
<span class="surname">Baumann</span></a>
<a href="mailto:">
<tt>&lt;&gt;</tt></a></span>

I know, I am supposed to be able to customize the stylesheet to produce
this...

Maybe it would be a good idea to make this the default.


-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat9 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
When you talk to God, it's prayer; when He talks to you, it's schizophrenia.
← Prev in month ← Prev in thread
Next in thread → Next in month →