Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - XSL Transformation Problem [Thread Next] Re: XSL Transformation ProblemTo: NULL Date: 1/5/2006 3:25:00 PM Mel_la_Bel wrote: > I want to make a csv out of an xml file. > The XML file's structure is: > <MatchDataset> > <BlockDataset> ^^^^^^^^^^^^^ > <Block>A.3</Block> > <CategoryDataset> > <Category>2</Category> > <RowDataset> > <Row>26</Row> > <SeatDataset> > <SeatNo>1</SeatNo> > </SeatDataset> > <SeatDataset> > <SeatNo>2</SeatNo> > </SeatDataset> > <MatchDataset> ^^^^^^^^^^^^^^ Please make sure you post well-formed XML, it does not make sense that we have to guess where the closing </BlockDataset> has to go and whether you have several MatchDataset elements or just forgot to properly close the last tag. > <xsl:output method="xml" encoding="UTF-8" indent="yes" > doctype-system="C:/DOKUME~1/tnuccio/EIGENE~1/test/result.dtd"/> If you want to generate CSV then I think you need <xsl:output method="text" /> and no doctype. Or why do you want a doctype in a CSV file? -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
