Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - XSL paginator problem [Thread Next] Re: XSL paginator problemTo: NULL Date: 9/2/2004 11:33:00 AM =?ISO-8859-2?Q?=A3ukasz?= (lukas@d...) wrote: : Hello, : i've short question. How convert this XML: : <doc> : <t1> : ... : <t1> : <page-break/> : <t2> : ... : <t2> : </doc> : into this: : <doc> : <page> : <t1> : ... : <t1> : </page> : <page> : <t2> : ... : <t2> : </page> : </doc> : please help! : Luke in perl s% <doc> % <doc><page> %x; s% </doc> % </page></doc %x; s% <page-break/> % </page><page> %x; presumably a similar simple manipulation could be done with xlst, though I need to read the manual for that which I don't intend to do here. | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
