Re: CSVGenerator separators

2008-07-11 Thread Andy Stevens
2008/7/9 netBrackets [EMAIL PROTECTED]: Is there any way to tell the CSVGenerator to use one or more contiguous spaces as a seperator? You can tell it to use a single space: map:match pattern=importSSV/* map:generate type=csv src=inputs/{1} map:parameter

Re: CSVGenerator separators

2008-07-11 Thread Jeff Schmitz
I'll give it a try as soon as I can figure out how to match element names that have a colon in them. As it is, the following will never match anything: xsl:template match=csv:field On Jul 11, 2008, at 7:30 AM, Andy Stevens wrote: 2008/7/9 netBrackets [EMAIL PROTECTED]: Is there any

Re: CSVGenerator separators

2008-07-11 Thread solprovider
On 7/9/08, netBrackets [EMAIL PROTECTED] wrote: Is there any way to tell the CSVGenerator to use one or more contiguous spaces as a seperator? You can tell it to use a single space: map:match pattern=importSSV/* map:generate type=csv src=inputs/{1} map:parameter

CSVGenerator separators

2008-07-09 Thread netBrackets
Is there any way to tell the CSVGenerator to use one or more contiguous spaces as a seperator? You can tell it to use a single space: map:match pattern=importSSV/* map:generate type=csv src=inputs/{1} map:parameter name=separator value= / /map:generate