RE: [xsl] create multiple documents

Subject: RE: [xsl] create multiple documents
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 19 Oct 2001 10:23:25 -0400
At 06:16 AM 10/19/01, DaveP wrote:
So again for a large source file,
I want to cut into seperate html files at a <level1> tag,

One template to cover everything in the root document,
then one with
stylesheet parameter of n (varying from 1 - enough)

then template match="level1[position() = $n]" >
  <xsl:document ....
    All children of <level1>
  </xsl:document>

Of course, that use of position() is a bit fragile and depends on other things in the stylesheet being set up right....


(Sorry Dave, couldn't resist.)

Cheers,
Wendell




====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread