Re: [xsl] Line Breaks

Subject: Re: [xsl] Line Breaks
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 26 Sep 2005 13:53:35 +0100
It's much easier to do this in xslt2 than 1, but fortunately it's a faq 
so you can cut-n-paste a ready made xslt1 solution. Apart from the fact
that you have "*" rather than "," your problem is the same as getting a
comma-separated-value file into an XMl element structure, see for
example this FAQ entry:

http://www.dpawson.co.uk/xsl/sect2/N1755.html#d2808e13

David

PS

> for each tag so I will need to create tags 

Beware the T-word. XSLT has no access to tags in the input file and no
direct control over any tags in the result. (It's possible to have a
conformant system with no possibility of generating tags at all.
(The XSLT system in mozilla being an example)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread