![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - XSL Tranformation >Thread Next - Re: XSL Tranformation Re: XSL TranformationTo: NULL Date: 5/6/2004 8:02:00 PM "sd" <anonymous@d...> wrote: > I need to convert xml files into csv files to be bulk loaded into an oracle database. On Solaris boxes using Xerces/Xalan the following xsl works just fine, however in dot net framework using Microsoft parsers how could I control "newlines" - CRLF in the >resulting file. So if the xml were ><root><row><ListOfficeId>ABC </ListOfficeId><ListAgentId>123</ListAgentId></row><row><ListOfficeId>DEF </ListOfficeId><ListAgentId>456</ListAgentId></row></root> > >The result should be >RES!~ABC!~123 >RES!~DEF!~456 sd, a newline character can be created by something like: <xsl:text>
</xsl:text> Or if you really need a CR as well, it can be: <xsl:text>
</xsl:text> You can also use strings like '
' in XPath. Hans-Georg -- No mail, please. | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
