RE: [xsl] splitting multiple occurrences of an element within another element

Subject: RE: [xsl] splitting multiple occurrences of an element within another element
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Wed, 24 Sep 2003 16:27:28 -0400
[ Brian Benson]
> Tom,
> 
> I have absolutely NO influence over the source xml.
> 

Yes, that happens so often!

> Here is a better example of the source xml that I am working from:
> <document>
>    <item>
>       <table>
>          <tablerow>
>             <tablecell>
>                <par>
>                   <doclink>
>                </par>
>             </tablecell>
>          <tablerow>
>        <table>
>    </item>
> </document>
> 
> In this sample the dolink is nested deeper than most doclinks 
> that I would
> run across, but it could be nested even deeper.

But this fragment does not show where the related document information
is located.  Also, you do not say whether the nesting level may change
or whether the thing will always be nested to the same depth.  It makes
a difference!

Cheers,

Tom P

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


Current Thread