Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Denormalize xml data Denormalize xml dataTo: NULL Date: 3/2/2007 12:34:00 PM Hello: I'm trying to use XSLT to denormalize some xml data. Here's my input xml: <Records> <Record> <Title>ABC</Title> <Chapter>1</Chapter> <SectionNumber>1.1</Section> <SectionContent>This is the first section</SectionContent> <Record> <Record> <Title>ABC</Title> <Chapter>1</Chapter> <SectionNumber>1.2</Section> <SectionContent>This is the second section</SectionContent> <Record> <Records> How can I use XSLT to transform this to: <Records> <Title>ABC</Title> <Chapter>1</Chapter> <Sections> <Section> <SectionNumber>1.1</Section> <SectionContent>This is the first section</ SectionContent> </Section> <Section> <SectionNumber>1.2</Section> <SectionContent>This is the second section</ SectionContent> </Section> </Sections> <Records> Any help is most appreciated - thanks!! Best, Cyndi | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
