xsl-list
[Top] [All Lists]

[xsl] Breadcrumbs XSL code

2006-06-21 04:20:27
With the next XML:

 <?xml version="1.0" encoding="utf-8"?>
 <root>
  <breadCrumbs>Home page,Section 1,Chapter2</breadCrumbs>
  <breadCrumbsUrls>linkToHome.html,linkToSec1.html</breadCrumbsUrls>
 </root>

can you tell me the XSL code to produce the next HTML?

<a href="linkToHome.html">Home page</a> &gt; <a
href="linkToSec1.html">Section 1</a> &gt; Chapter 2

Thank you very much in advance.
Bernie

--~------------------------------------------------------------------
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>