xsl-list
[Top] [All Lists]

Re: Line Breaks

2005-09-26 05:53:35

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
________________________________________________________________________

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