← Prev in month ← Prev in thread

isbn formatting

From
Sam Steingold <>
Date
2004-11-14T14:30:25+00:00
ID
Thread
isbn formatting
I want the <isbn> element to be rendered as "ISBN 0-201-10088-6" and not
just "0-201-10088-6" as it is now (both XHTML and FO):
<https://sourceforge.net/tracker/?func=detail&atid=373750&aid=1064041&group_id=21935>

I tried this:

<xsl:template match="isbn">
 <div class="isbn">ISBN <xsl:apply-templates/></div>
</xsl:template>

but it did not help
(what's the difference between apply-templates and apply-imports, BTW?)

I have no idea what to do about FO.
Suggestions?

Thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
Are you smart enough to use Lisp?
← Prev in month ← Prev in thread