Re: [xsl] arbitrary depth element type conversion

Subject: Re: [xsl] arbitrary depth element type conversion
From: Sebastian Tennant <sebyte@xxxxxxxxxxxxxxx>
Date: Fri, 03 Feb 2006 12:19:05 +0000
Sebastian Tennant <sebyte@xxxxxxxxxxxxxxx> wrote:

I just noticed a typo in my post, not that it matters much, but for
the sake of clarity, it should read:

Given an XML doc:

  <document>
    <first>
      first
      <first-child-of-first>
        first child of first
      </first-child-of-first>
      <second-child-of-FIRST>
        second child of FIRST
      </second-child-of-FIRST>
      [...]

and the XML output is therefore:

  <div class="first">
    first
    first child of first
    second child of FIRST
    [...]
    e.t.c

sdt

Current Thread