Re: [xsl] Reading recursive from a list

Subject: Re: [xsl] Reading recursive from a list
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 1 Oct 2007 13:19:14 +0100
I don't think you have given enough information for us to help, you
suggest some code

 xmlns:f="ANIMALS"
exclude-result-prefixes="f">

	<xsl:template match="f:???????">

But don't show any input in this namespace, presumably this is intended
to match your main input file? but you only show your "separate XML
file:" which has elements in no-namespace.

Post a small example of _both_ your input documents, and the result that
you want to generate.

Your subject mentions recursion but it isn't clear if you have any
nested structure on which you could recurse (at least you haven't shown
any)

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread