xsl-list
[Top] [All Lists]

Re: arbitrary depth element type conversion

2006-02-03 05:19:05
Sebastian Tennant <sebyte(_at_)smolny(_dot_)plus(_dot_)com> 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



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--