xsl-list
[Top] [All Lists]

[xsl] Re: How to strip partial text?

2006-03-17 04:17:40
I'm giving out a monthly list of new library books, and now the idea
is to add amazon images for the bookcovers. This code below should do
the trick:


 <xsl:element name="img">
   <xsl:attribute name="src">
http://images.amazon.com/images/P/<xsl:value-of select="isbn/isbnprim"
/>.01.THUMBZZZ</xsl:attribute>
 </xsl:element>

Now, in the xml file there is a field for the neccecary ISBN-number,
the problem only is that the default output of that field looks like
this: ISBN 0596005423. To get this to work, I need to strip off the
'ISBN ' part. My knowledge of XSL is too limited to get this working,
anybody want to help me out here?

 thanx,

  Gerard

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>