This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Iteration




Thanks very much, Mike: I'll give it a shot.

Lee

Mike Brown wrote:
> 
> > I'm trying to use XSL to parse XML to PROLOG, and cannot find
> > a means of iterating over every element.
> 
> <xsl:template match="/">
>   <xsl:apply-templates select="//*"/>
> </xsl:template>
> ....
-- 
Lee Goddard  <l.goddard@sussex>
Research Centre for Cognitive Science, 
University of Sussex, Brighton UK


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]