xsl-list
[Top] [All Lists]

[xsl] pulling object at their correponsing callout

2011-02-23 23:52:04
Hi Team,
Could anyone help me out to solve below below using xslt 2.0 
 
Input
<article>
<p>text text <link rid="f1" type="figure">Figure 1</link> text text</p>
<p>text text <link rid="f1" type="figure">Figure 1</link> text text</p>
<p>text text <link rid="f1 fl2" type="figure">Figure 1-2</link> text
text</p>
<p>text text <link rid="f1" type="figure">Figure 1</link> text text</p>
<object id="f1" position="floating" type="figure">figure caption1</object>
<object id="f2" position="floating" type="figure">figure caption2</object>
</article>
 
 
Output
<article>
<p>text text <link rid="f1" type="figure">Figure 1</link> text text</p>
<object id="f1" position="floating" type="figure">figure caption1</object>

<p>text text <link rid="f1" type="figure">Figure 1</link> text text</p>
<p>text text <link rid="f1 fl2" type="figure">Figure 1-2</link> text
text</p>
<object id="f2" position="floating" type="figure">figure caption2</object>

 
<p>text text <link rid="f1" type="figure">Figure 1</link> text text</p>
</article>

Thanks in advance
...JSR



--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>