[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: pulling object at their correponsing callout

Subject: Re: pulling object at their correponsing callout
From: Ganesh Babu N <nbabuganesh@xxxxxxxxx>
Date: Thu, 24 Feb 2011 11:29:14 +0530
Re:  pulling object at their correponsing callout
Dear Rawat,

xsl:key is the best suitable for this type of action.

Regards,
Ganesh


On Thu, Feb 24, 2011 at 11:21 AM, JS rawat <jrawat@xxxxxxxxxxxxxx> wrote:
> 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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.