| Subject: [xsl] Retrieving urls when using document() From: Lynn Alford <lynn.alford@xxxxxxxxxx> Date: Thu, 17 Nov 2005 10:55:27 +1000 | 
<documents> <doc href="105_imp.xml"/> <doc href="110_vc.xml"/> <doc href="115_his.xml"/> </documents>
<?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" encoding="iso-8859-1"/>
<xsl:template match="/">
  <xsl:for-each select="$documents">
        <xsl:apply-templates />
    </xsl:for-each>
</xsl:template> <xsl:template match="Title|Table/Title">
    <p><p><a href=".html#About">About</a></p> <p><a href=".html#Message">Message</a></p>
Lynn Alford Tel (07) 47 81 6256 ITR Email: imla@xxxxxxxxxx JCU QLD 4811 Australia ICQ: 64096907 MSN: nicarra60@xxxxxxxxxxx Y!: nicarra60
'I think an "uncatched exception" deserves three bug reports: one for the exception, one for not catching it, and one for abuse of the English language.' Michael Kay
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: AW: [xsl] problem with Xpath in, David Carlisle | Thread | [xsl] Priority when having predicat, Soren Kuula | 
| Re: AW: [xsl] problem with Xpath in, David Carlisle | Date | [xsl] Priority when having predicat, Soren Kuula | 
| Month |