Re: [xsl] questions.

Subject: Re: [xsl] questions.
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Fri, 28 Sep 2001 02:58:50 -0700
At 02:31 28-09-2001, I wrote:
At 02:06 28-09-2001, Mihir D. Gore wrote:
The edit script that i will be generating will be

1. Add subtree at m as first child of a
2. Add node n as the third child of n

How i can i achieve this in xslt ?  (I know that xslt will generate a
completely new file. )

I left out an intermediate mental translation step:


1. Insert node m before the first child of a.
2. Insert node n before the second child of a.

That can be "compiled" into

1. Create m.
2. Copy the first through first children of a.
3. Create n.
4. Copy the second through last children of a.

-Chris
--
Christopher R. Maden, Principal Consultant, HMM Consulting Int'l, Inc.
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://www.hmmci.com/ > <URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


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



Current Thread